Skip to content

5up3rc/Hash-Buster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Hash-Buster

Hash Buster is a program which uses several APIs to perform hash lookups.

banner

Features

  • Automatic hash type identification
  • Supports MD5, SHA1, SHA2
  • Can extract & crack hashes from a file
  • Can find hashes from a directory, recursively
  • 6 robust APIs

As powerful as Hulk, as intelligent as Bruce Banner

Single Hash

You don't need to specify the hash type. Hash Buster will identify and crack it under 3 seconds.

Cracking hashes from a file

Hash Buster can find your hashes even if they are stored in a file like this

simple@gmail.com:21232f297a57a5a743894a0e4a801fc3
{"json@gmail.com":"d033e22ae348aeb5660fc2140aec35850c4da997"}
surrondedbytext8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918surrondedbytext

Finding hashes from a directory

Yep, just specify a directory and Hash Buster will go through all the files and directories present in it, looking for hashes.

Insallation & Usage

You can install Hash-Buster with the following command:

make install

Cracking a single hash

buster -s <hash>

Cracking hashes from a file

buster -f /root/hashes.txt

Finding hashes from a directory

buster -d /root/Documents

Note: Please don't add / at the end of the directory

License

Hash-Buster is licensed under MIT License.

About

Hash Buster is a program which uses several APIs to perform hash lookups.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.6%
  • Makefile 4.4%