Skip to content

Latest commit

 

History

History
163 lines (112 loc) · 6.9 KB

File metadata and controls

163 lines (112 loc) · 6.9 KB

1. How to generate multiple accounts per run

Add a command-line argument: --repeat {number}

{number} - Instead, enter the number of accounts


2. How to use a proxy

Since v1.5.5.0 support for proxy list has been added, for this purpose a command line argument --proxy-file {string} was created in which {string} is the path to the file in which your proxies are described.

By default, the program reads a file named proxies.txt in the current working directory (from which you started the program).


The syntax of such a file is as follows:

scheme:host:port:username:password
scheme:host:port:username:password
scheme:host:port:username:
scheme:host:port::

Example (these are not real addresses)

http:123.123.123.123:123:user1:pass22
https:101.100.157.125:199:user2:pass33
https:101.100.157.125:199:user2:
https:101.100.157.125:199::

Proxies with and without authorization are supported, if your proxy requires a password and username, the syntax will be scheme:host:port:username:password, if not, then scheme:host:port::.

Also if there is an error in any line, it will simply be ignored.

Also if you have entered not real data, the console will say that this proxy is used, but in fact will be used real IP address.

During generation, the console will contain all the information about which proxy is being used (username and password will not be shown in the console or in the logs, so everything is private).

The proxy is changed in two cases:

  • If the program detected that the proxy was banned
  • If the error of generation by this proxy occurred more than 3 times.

If the program used all proxies, it will switch to the original IP.

I strongly recommend using this function together with the --repeat argument!!!

AND MOST IMPORTANTLY, PROXY WORKS ONLY WITH GOOGLE CHROME BROWSER!!!


3. Generation using implemented email APIs

Also, if you see a message like [INPT] in the console, it means that you need to do keyboard input into the console!


ESET HOME Account
  1. Run main.py or executable file use MBCI:
python main.py --chrome --account
ESET-KeyGen_v1.5.5.7_win64.exe --chrome --account

File name is unique for each version! Do not copy the above command. This is an example!

  1. Wait until you will see the account data

This information will also be written to a file named "Today date - ESET ACCOUNTS.txt"

Windows

ESET ProtectHub Account
  1. Run main.py or executable file use MBCI:
python main.py --chrome --protecthub-account
ESET-KeyGen_v1.5.5.7_win64.exe --chrome --protecthub-account

File name is unique for each version! Do not copy the above command. This is an example!

Works ONLY if you use the --custom-email-api argument or the following Email APIs: mailticking, fakemail, inboxes, incognitomail

  1. Wait until appears you will see "Solve the captcha on the page manually!!!". Next, you will see a captcha with text input in the browser window created. You solve it and then just do nothing, the algorithm will do everything for you!

  2. Wait until you will see the account data

This information will also be written to a file named "Today date - ESET ACCOUNTS.txt"

Windows

4. Generation using your email provider

ESET HOME Account
  1. Run main.py or executable file use MBCI:
python main.py --chrome --account --custom-email-api
ESET-KeyGen_v1.5.5.7_win64.exe --chrome --account --custom-email-api

File name is unique for each version! Do not copy the above command. This is an example!

  1. Then in the console you'll see "Enter an email address you have access to" and you'll need to enter a real existing email address that you can read incoming emails to. I suggest using a temporary email for this, such as TempMail

Then the algorithm will continue as in the first method

  1. After some time in the console you will see the message "Enter the link to activate your account, it will come to the email address you provide", here you need to go to your email and find mail in inbox (you will have to wait)

    FROM: info@product.eset.com

    SUBJECT: Account Confirmation

    Then open that email and copy the link that is in the button (right click on the button, copy link address) and paste it into the console. If you have done everything correctly, the generation will complete successfully!

    Windows

  2. Wait until you will see the account data

This information will also be written to a file named "Today date - ESET ACCOUNTS.txt"

Windows

ESET ProtectHub Account
  1. Run main.py or executable file use MBCI:
python main.py --chrome --protecthub-account --custom-email-api
ESET-KeyGen_v1.5.5.7_win64.exe --chrome --protecthub-account --custom-email-api

File name is unique for each version! Do not copy the above command. This is an example!

  1. Then in the console you'll see "Enter an email address you have access to" and you'll need to enter a real existing email address that you can read incoming emails to. I suggest using a temporary email for this, such as TempMail

Then the algorithm will continue as in the first method

  1. Wait until appears you will see "Solve the captcha on the page manually!!!". Next, you will see a captcha with text input in the browser window created. You solve it and then just do nothing, the algorithm will do everything for you!

  2. After some time in the console you will see the message "Enter the link to activate your account, it will come to the email address you provide", here you need to go to your email and find mail in inbox (you will have to wait)

    FROM: noreply@protecthub.eset.com

    SUBJECT: Welcome to ESET PROTECT Hub

    Then open that email and copy the link that is in the button (right click on the button, copy link address) and paste it into the console. If you have done everything correctly, the generation will complete successfully!

    Windows

  3. Wait until you will see the account data

This information will also be written to a file named "Today date - ESET ACCOUNTS.txt"

Windows