Browsed by
Category: Code

Hash Buster

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…

Read More Read More

REST Client – Visual Studio Code

REST Client – Visual Studio Code

My days of working in a shell client appear to be far behind me. These days I seem to spend most of my time in Visual Studio Code, quite possibly one of the best things Microsoft has put out in some time. Spend a fair amount of my day working on playbooks or python scripts and more importantly interacting with APIs. A good amount has been written about tools such as Postman, which is quite good but also a bit…

Read More Read More