Hash Buster – scraps online hash crackers to find cleartext of a hash

Published On: August 4, 2017

Hash Buster – scraps online hash crackers to find cleartext of a hash

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
Installing and Using Hash-Buster

Open your terminal and enter

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

Now enter the following command

cd Hash-Buster

Now run Hash Buster by entering

python hash.py

Related Post

Leave a Comment