Skip to content

l061nn/Hash-Buster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%