AternosBoom! is a small utility for brute-forcing aternos accounts.
- Clone the repo or download zip of the repo on Windows.
$ git clone https://github.com/jwaxy/aternosboom.git
- Change the directory to the project folder.
$ cd aternosboom
- Install required libraries using pip.
$ pip install -r requirements.txt
-
Prepare your wordlist (a list of possible passwords).
-
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.
- Start the main program using your new generated rainbow wordlist.
$ python aternosboom.py -u username-of-target -w your-wordlist.txt.md5sum
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.
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.