An awesome ESET NOD32 license extractor.
Report Bug
·
Request Feature
Table of Contents
EsetKeysScrapper is intended for educational and research purposes only.The developers assume no responsibility for any misuse or illegal activities conducted with this tool.Users are advised to comply with all relevant laws and ethical guidelines when using this software
EsetKeysScrapper is a C++ tool designed to streamline the process of creating multiple accounts for Eset Nod32 antivirus and extracting license keys from them. This project simplifies obtaining valid license keys for Eset Nod32 antivirus by automating account creation and key extraction.
To get started with EsetKeysScrapper, follow these steps:
- CMake (Version 3.10 or higher)
- C++17 compiler
- nlohmann_json library
- openssl library
- Clone the repository to your local machine:
git clone https://github.com/Xooter/EsetKeysScrapper.git
- Navigate to the project directory:
cd EsetKeysScrapper
You can either compile a binary locally:
- Create a build directory and navigate into it:
mkdir build cd build
- Generate build files using CMake:
cmake ..
- Build the project:
cmake --build .
or use a Docker image:
- Build an image:
docker build . -t esetkeysscrapper:latest
- Run a container:
docker run --rm esetkeysscrapper:latest /app/EsetKeys
EsetKeysScrapper is a command-line tool designed to extract free licenses from Eset NOD32 antivirus accounts through web scraping.
All options args are optional and not necessary
EsetKeys -h
EsetKeysScrapper [OPTION...]
Options:
-h, --help: Show help
-v, --version: Show version
-n, --number arg: Number of licenses (default: 1)
-l, --length arg Domain lenght for temporal mails (default: 10)
-p, --proxy arg Proxy List file (protocol://ip:port)
To extract licenses, run EsetKeysScrapper followed by any desired options. For example, to extract 3 licenses and use a domain length of 20 for temporal mails:
EsetKeys -n 3 -l 20
- Proxy Support
- More Antivirus
- Update Checker
- Better Menu (conio.h)
- Muur Configurations
- Multi-language Support
- Spanish
Contributions to EsetKeysScrapper are welcome! Whether you want to report bugs, suggest enhancements, or contribute code improvements, feel free to open an issue or submit a pull request on our GitHub repository.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
EsetKeysScrapper is an open-source project released under the MIT License. This means that the software is free to use, modify, distribute, and sublicense, even for commercial purposes, without requiring users to share their changes. The MIT License is known for its permissive nature, providing maximum freedom to developers and users alike.
You can find the full text of the MIT License in the LICENSE file included with this repository.
By choosing the MIT License, we aim to encourage collaboration, innovation, and the free exchange of ideas within the developer community.
Joaquin Righetti - joaquinrighetti@gmail.com
Project Link: https://github.com/Xooter/EsetKeysScrapper