Git Product home page Git Product logo

Comments (10)

amizzo87 avatar amizzo87 commented on September 26, 2024 1

getting the same issue

from eset-keygen.

rzc0d3r avatar rzc0d3r commented on September 26, 2024 1

Я добавил новый API почты. Также он работает в Github Actions, быстрее 1secmail :)

from eset-keygen.

rzc0d3r avatar rzc0d3r commented on September 26, 2024

This is a global problem with Github servers. Now, Github should have fixed this bug. Try again

from eset-keygen.

stringer-popov avatar stringer-popov commented on September 26, 2024

теперь такую ошибку выдаёт.
1
2

from eset-keygen.

stringer-popov avatar stringer-popov commented on September 26, 2024

name: Generator

on:

Allows you to run this workflow manually from the Actions tab

workflow_dispatch:
inputs:
account:
description: 'Number of Accounts to be generated (default = 0)'
required: false
default: '0'
key:
description: 'Number of Keys to be generated (default = 1)'
required: false
default: '1'
mail:
description: 'Choose the mail provider to generate license'
required: true
type: choice
options:
- 1secmail
- hi2in
- 10minutemail
default: 1secmail

jobs:
GenerateKey:
runs-on: ubuntu-latest
steps:
- name: Generate key
run: |
ACCOUNT=${{ github.event.inputs.account }}
KEY=${{ github.event.inputs.key }}
MAIL=${{ github.event.inputs.mail }}
git clone https://github.com/rzc0d3r/ESET-KeyGen.git
cd ESET-KeyGen
sudo apt update
sudo apt install python3-pip
sudo pip install -r requirements.txt
#Initialise chrome driver
python3 main.py --chrome --only-update

      if [[ (${ACCOUNT} != 0) && (${KEY} != 0) ]]
      then
      (seq 1 $((ACCOUNT)) | xargs -I {} -P $((ACCOUNT)) python3 main.py --chrome --account --email-api ${MAIL} --skip-webdriver-menu) & (seq 1 $((KEY)) | xargs -I {} -P $((KEY)) python3 main.py --chrome --key --email-api ${MAIL} --skip-webdriver-menu)
      echo "Account:" >> $GITHUB_STEP_SUMMARY
      cat ./*ACCOUNTS.txt >> $GITHUB_STEP_SUMMARY
      echo -e "\nKey:" >> $GITHUB_STEP_SUMMARY
      cat ./*KEYS.txt >> $GITHUB_STEP_SUMMARY
      exit
      fi
      
      if [[ ${ACCOUNT} != 0 ]]
      then
      seq 1 $((ACCOUNT)) | xargs -I {} -P $((ACCOUNT)) python3 main.py --chrome --account --email-api ${MAIL} --skip-webdriver-menu
      echo -e "\nAccount:" >> $GITHUB_STEP_SUMMARY
      cat ./*ACCOUNTS.txt >> $GITHUB_STEP_SUMMARY
      fi
      
      if [[ ${KEY} != 0 ]]
      then
      seq 1 $((KEY)) | xargs -I {} -P $((KEY)) python3 main.py --chrome --key --email-api ${MAIL} --skip-webdriver-menu
      echo -e "\nKey:" >> $GITHUB_STEP_SUMMARY
      cat ./*KEYS.txt >> $GITHUB_STEP_SUMMARY
      fi

from eset-keygen.

AdityaGarg8 avatar AdityaGarg8 commented on September 26, 2024

Hi2in should be removed since it needs captcha @rzc0d3r

from eset-keygen.

rzc0d3r avatar rzc0d3r commented on September 26, 2024

Hi2in should be removed since it needs captcha @rzc0d3r

7ac5b89

from eset-keygen.

serjio1914 avatar serjio1914 commented on September 26, 2024

Уважаемое сообщество, подскажите:
раньше получал ключ в формате имя пароль для 5-й версии НОД
теперь --busines-key дает ключ из 20-ти символов.
Возможно ли получать ключ для старой версии НОД или уже всё?

from eset-keygen.

AdityaGarg8 avatar AdityaGarg8 commented on September 26, 2024

Dear community, please tell me: previously I received a key in the format name password for the 5th version of GCD, now --busines-key gives a key of 20 characters. Is it possible to get a key for the old version of GCD or is that all done?

I guess ESET has stopped giving those keys

from eset-keygen.

rzc0d3r avatar rzc0d3r commented on September 26, 2024

Уважаемое сообщество, подскажите:
раньше получал ключ в формате имя пароль для 5-й версии НОД
теперь --busines-key дает ключ из 20-ти символов.
Возможно ли получать ключ для старой версии НОД или уже всё?

При глобальном обновлении, сайт выдавал имя и пароль вместо ключа. Сейчас такого нет

from eset-keygen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.