/Hash-Buster

Hash Buster is a python script which scraps online hash crackers to find cleartext of a hash.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Hash-Buster

Hash Buster is a python script which uses several online hash crackers to find cleartext of a hash in less than 5 seconds.


Features of Hash Buster:

  • Detects hash
  • MD5 Support
  • SHA1 Support
  • SHA2 Support
  • Adding more APIs for SHA1 and SHA2
  • Support for more hashes will be added on request

Installing and Using Hash Buster

Open your terminal and enter

git clone https://github.com/UltimateHackers/Hash-Buster

Now enter the following command

cd Hash-Buster

Now run Hash Buster by entering

python hash.py

Now you can enter any non-salted MD5/SHA1/SHA2 hash to crack it.

You can also import hashes from a text file as follows

Contribute

There isn't much to contribute but you can add support for more hashes and can add more APIs for SHA-1 and SHA-2.