jwaxy / aternosboom

Aternos Boom! 💣️💥️ Cracks aternos passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currently broken because of Aternos's API changes. Feel free to make pull requests to fix ;)

cool-banner

AternosBoom! 💣️

AternosBoom! is a small utility for brute-forcing aternos accounts. Made with Python

Installation

  1. Clone the repo or download zip of the repo on Windows.
$ git clone https://github.com/jwaxy/aternosboom.git
  1. Change the directory to the project folder.
$ cd aternosboom
  1. Install required libraries using pip.
$ pip install -r requirements.txt

Usage

  1. Prepare your wordlist (a list of possible passwords).

  2. Before starting the main (attack) program you should generate a rainbow wordlist using the other small script.

$ python rainbow.py your-wordlist.txt

A new file called your-wordlist.txt.md5sum will be generated.

  1. Start the main program using your new generated rainbow wordlist.
$ python aternosboom.py -u username-of-target -w your-wordlist.txt.md5sum

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

DISCLAIMER

AternosBoom! is developed with the intension of using this tool only for educational purpose. I learned using requests, deobfuscating js, making regex patterns ... while writing this tool. This why I'm publishing this in the public.

License

GPL-3.0

About

Aternos Boom! 💣️💥️ Cracks aternos passwords

License:GNU General Public License v3.0


Languages

Language:Python 100.0%