Hash Cracker, Brute Forcer tools & MD5 Database.
BrutoNova is a multi-tool designed for password cracking & brute force. Since MD5 encryption is irreversible, the MD5 Database enables you to store plain text strings & their equivalent hashed string for fast offline search.
git clone https://github.com/4xx404/BrutoNova && cd BrutoNova
sudo chmod +x setup.py server.py && ./setup.py
python3 brutoNova.py
Positive Brute Force credentials are automatically added to database
The Web UI is not fully finished but is complete enough to be usable with BrutoNova as it currently is. The Web UI files, including database file, will be moved to /var/www/html/ during setup & can be opened in the browser simply by running the server using...
./server.py
I intend to add more hash types & the above mentioned brute force tools in future updates.