s0md3v/Hash-Buster: Hash Buster is a program which uses several APIs to perform hash lookups.
2018-06-12 20:09:05 Author: github.com(查看原文) 阅读量:138 收藏

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

[email protected]:21232f297a57a5a743894a0e4a801fc3
{"[email protected]":"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.


文章来源: https://github.com/s0md3v/Hash-Buster
如有侵权请联系:admin#unsafe.sh