Skip to content

Commit

Permalink
Update to v1.4.1.0
Browse files Browse the repository at this point in the history
1.Added --use-hi2in argument (https://github.com/rzc0d3r/ESET-KeyGen/blob/main/wiki/CommandLineArguments.md)
2. Fixed errors from issues: (#131, #129, #124)
3. Screenshots have been updated to the current version
  • Loading branch information
rzc0d3r authored Mar 12, 2024
1 parent b579a1d commit 0925c0e
Show file tree
Hide file tree
Showing 10 changed files with 171 additions and 80 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ESET-KeyGen
ESET-KeyGen - Trial-Key & Account generator for ESET Antivirus (last ESET-HOME test was on 12.03.2024 at 10:15 UTC+2)
ESET-KeyGen - Trial-Key & Account generator for ESET Antivirus (last ESET-HOME test was on 12.03.2024 at 16:20 UTC+2)

![](img/project_preview.png)

Expand Down
Binary file modified img/account_run_win.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/business_account_run_win.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/business_key_run_win.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/project_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
208 changes: 136 additions & 72 deletions main.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ selenium
requests
colorama
typing-extensions
selenium_stealth
19 changes: 16 additions & 3 deletions wiki/AccountGenerator.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
1. Run main.py with the --account parameter using the console:
1. Run main.py using console:

Best method
```
python main.py --chrome --account --use-hi2in
```
An outdated method
```
python main.py --chrome --account
```
> Or run compiled .exe file

> Or run compiled .exe file:
Best method
```
ESET-KeyGen_v1.4.1.0_win64.exe --chrome --account --use-hi2in
```
An outdated method
```
ESET-KeyGen_v1.4.0.0_win64.exe --chrome --account
ESET-KeyGen_v1.4.1.0_win64.exe --chrome --account
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand Down
1 change: 1 addition & 0 deletions wiki/CommandLineArguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
| --no-headless | Shows the browser at runtime (The browser is hidden by default, but on (Windows 7) and (enabled --business-key or --business-account options) this option is enabled by itself) |
| --custom-browser-location {string} | Set path to the custom browser (to the binary file, useful when using non-standard releases, for example, Firefox Developer Edition) |
| --debug | Enables debugging mode, thus saving everything the developer needs to the log file (esetkg-js.log, esetkg-email.log) |
| --use-hi2in | Use hi2in(FakeMailBot) instead of 1secmail(default) |
20 changes: 16 additions & 4 deletions wiki/KeyGenerator.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
# How to use the Key Generator

1. Run main.py using console:

Best method
```
python main.py --chrome --business-key --use-hi2in
```
An outdated method
```
python main.py --chrome --business-key
```

> Or run compiled .exe file
> Or run compiled .exe file:
Best method
```
ESET-KeyGen_v1.4.0.0_win64.exe --chrome --business-key
ESET-KeyGen_v1.4.1.0_win64.exe --chrome --business-key --use-hi2in
```
An outdated method
```
ESET-KeyGen_v1.4.1.0_win64.exe --chrome --business-key
```
> File name is unique for each version! Do not copy the above command. This is an example!
2. 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 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.

3. Wait until appears you will see the license key

Expand Down

0 comments on commit 0925c0e

Please sign in to comment.