Skip to content

Commit

Permalink
Update to v1.6.7.0
Browse files Browse the repository at this point in the history
1. Added webdriver auto-update for Mozilla Firefox, finally! This is the first implementation, so bugs are possible!
2. Fixed a typo in 'Initializing {browser_name}-webdriver for {OC}'.
* Previously it always said initializing chrome-webdriver, even if you could specify a different browser.

3. Added support for encrypted email addresses for --custom-email-api.
* [email protected] is now a valid email address.

4. Changed generation output. The account is now displayed when generating keys as well, not just when generating accounts (#182)

5. Updated all screenshots to the current version

** I may have changed something else, but I don't remember :)
  • Loading branch information
rzc0d3r authored May 8, 2024
1 parent e6d5142 commit 9fb378a
Show file tree
Hide file tree
Showing 14 changed files with 125 additions and 44 deletions.
4 changes: 2 additions & 2 deletions 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 test was on 08.05.2024 at 11:15 UTC+3)
ESET-KeyGen - Trial-Key & Account generator for ESET Antivirus (last test was on 08.05.2024 at 19:30 UTC+3)

![](img/project_preview.png)

Expand Down Expand Up @@ -29,7 +29,7 @@ It will ask the number of accounts, keys to be generated.
2. [How to install Chrome on Linux](https://support.google.com/chrome/answer/95346?hl=en&co=GENIE.Platform%3DDesktop#zippy=%2Clinux)
3. [How to install Chrome on Mac](https://support.google.com/chrome/answer/95346?hl=en&co=GENIE.Platform%3DDesktop#zippy=%2Clinux%2Cmac)

#### Mozilla Firefox (supported, but without auto-update)
#### Mozilla Firefox (fully supports)
1. [How to install Firefox on Windows](https://support.mozilla.org/en-US/kb/how-install-firefox-windows)
2. [How to Install Firefox on Linux](https://support.mozilla.org/en-US/kb/install-firefox-linux)
3. [How to Install Firefox on Mac](https://support.mozilla.org/en-US/kb/how-download-and-install-firefox-mac)
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/account_run_win_custom_email_api.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_account_run_win_custom_email_api.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/business_key_run_win_custom_email_api.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/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/key_run_win_custom_email_api.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/key_run_win_tempmail.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.
149 changes: 115 additions & 34 deletions main.py

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions wiki/AccountGenerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
python main.py --chrome --account
```
```
ESET-KeyGen_v1.4.6.0_win64.exe --chrome --account
ESET-KeyGen_v1.4.7.0_win64.exe --chrome --account
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand All @@ -40,7 +40,7 @@
python main.py --chrome --business-account
```
```
ESET-KeyGen_v1.4.6.0_win64.exe --chrome --business-account
ESET-KeyGen_v1.4.7.0_win64.exe --chrome --business-account
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand All @@ -64,7 +64,7 @@
python main.py --chrome --account --custom-email-api
```
```
ESET-KeyGen_v1.4.6.0_win64.exe --chrome --account --custom-email-api
ESET-KeyGen_v1.4.7.0_win64.exe --chrome --account --custom-email-api
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand Down Expand Up @@ -95,7 +95,7 @@
python main.py --chrome --business-account --custom-email-api
```
```
ESET-KeyGen_v1.4.6.0_win64.exe --chrome --business-account --custom-email-api
ESET-KeyGen_v1.4.7.0_win64.exe --chrome --business-account --custom-email-api
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand Down
8 changes: 4 additions & 4 deletions wiki/KeyGenerator.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
python main.py --chrome --key
```
```
ESET-KeyGen_v1.4.6.0_win64.exe --chrome --key
ESET-KeyGen_v1.4.7.0_win64.exe --chrome --key
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand All @@ -40,7 +40,7 @@
python main.py --chrome --business-key
```
```
ESET-KeyGen_v1.4.6.0_win64.exe --chrome --business-key
ESET-KeyGen_v1.4.7.0_win64.exe --chrome --business-key
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand All @@ -64,7 +64,7 @@
python main.py --chrome --key --custom-email-api
```
```
ESET-KeyGen_v1.4.6.0_win64.exe --chrome --key --custom-email-api
ESET-KeyGen_v1.4.7.0_win64.exe --chrome --key --custom-email-api
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand Down Expand Up @@ -95,7 +95,7 @@
python main.py --chrome --business-key --custom-email-api
```
```
ESET-KeyGen_v1.4.6.0_win64.exe --chrome --business-key --custom-email-api
ESET-KeyGen_v1.4.7.0_win64.exe --chrome --business-key --custom-email-api
```
> File name is unique for each version! Do not copy the above command. This is an example!
Expand Down

0 comments on commit 9fb378a

Please sign in to comment.