https://github.com/xooter/esetkeysscrapper
A tool for extracting free licenses from Eset NOD32 antivirus accounts through web scraping
https://github.com/xooter/esetkeysscrapper
antivirus licenses scrapper
Last synced: 7 months ago
JSON representation
A tool for extracting free licenses from Eset NOD32 antivirus accounts through web scraping
- Host: GitHub
- URL: https://github.com/xooter/esetkeysscrapper
- Owner: Xooter
- License: mit
- Created: 2024-03-13T23:57:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-20T16:19:32.000Z (over 1 year ago)
- Last Synced: 2024-03-21T16:28:30.715Z (over 1 year ago)
- Topics: antivirus, licenses, scrapper
- Language: C++
- Homepage:
- Size: 280 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Table of Contents
## About The Project
---
$${\color{red}DISCLAIMER}$$
> 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.
## Getting Started
To get started with EsetKeysScrapper, follow these steps:
### Prerequisites
- CMake (Version 3.10 or higher)
- C++17 compiler
- [nlohmann_json](https://github.com/nlohmann/json) library
- [openssl](https://www.openssl.org/) library### Installation
- 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:
```sh
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`## Usage
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
```bash
EsetKeys -hEsetKeysScrapper [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:
```bash
EsetKeys -n 3 -l 20
```## Roadmap
- [x] Proxy Support
- [ ] More Antivirus
- [ ] Update Checker
- [ ] Better Menu (conio.h)
- [ ] Muur Configurations
- [ ] Multi-language Support
- [ ] Spanish## Contributing
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.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
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.
## Contact
Joaquin Righetti - [email protected]
Project Link: [https://github.com/Xooter/EsetKeysScrapper](https://github.com/Xooter/EsetKeysScrapper)
[contributors-shield]: https://img.shields.io/github/contributors/Xooter/EsetKeysScrapper.svg?style=for-the-badge
[contributors-url]: https://github.com/Xooter/EsetKeysScrapper/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Xooter/EsetKeysScrapper.svg?style=for-the-badge
[forks-url]: https://github.com/Xooter/EsetKeysScrapper/network/members
[stars-shield]: https://img.shields.io/github/stars/Xooter/EsetKeysScrapper.svg?style=for-the-badge
[stars-url]: https://github.com/Xooter/EsetKeysScrapper/stargazers
[issues-shield]: https://img.shields.io/github/issues/Xooter/EsetKeysScrapper.svg?style=for-the-badge
[issues-url]: https://github.com/Xooter/EsetKeysScrapper/issues
[license-shield]: https://img.shields.io/github/license/Xooter/EsetKeysScrapper.svg?style=for-the-badge
[license-url]: https://github.com/Xooter/EsetKeysScrapper/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/joaquin-righetti/