Skip to content

A tool for extracting free licenses from Eset NOD32 antivirus accounts through web scraping

License

Notifications You must be signed in to change notification settings

Xooter/EsetKeysScrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


EsetKeysScrapper

An awesome ESET NOD32 license extractor.

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

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.

(back to top)

Getting Started

To get started with EsetKeysScrapper, follow these steps:

Prerequisites

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:
    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

(back to top)

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

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

(back to top)

Roadmap

  • Proxy Support
  • More Antivirus
  • Update Checker
  • Better Menu (conio.h)
  • Muur Configurations
  • Multi-language Support
    • Spanish

(back to top)

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

(back to top)

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.

(back to top)

Contact

Joaquin Righetti - [email protected]

Project Link: https://github.com/Xooter/EsetKeysScrapper

(back to top)

About

A tool for extracting free licenses from Eset NOD32 antivirus accounts through web scraping

Topics

Resources

License

Stars

Watchers

Forks