Hash Buster
So this caught my attention and wanted to share. I’ve had times this would have been quite useful. https://github.com/s0md3v/Hash-Buster Features Automatic hash type identification Supports MD5, SHA1, SHA256, SHA384, SHA512 Can extract & crack hashes from a file Can find hashes from a directory, recursively Multi-threading Insallation & Usage Note: Hash Buster isn’t compatible with python2, run it with python3 instead. Also, Hash-Buster uses some APIs for hash lookups, check the source code if you are paranoid. Hash-Buster can be run…