A simple CLI hash wordlist attack written in Rust (🚀 Blazingly fast 🚀)
- MD5
- SHA1
- SHA2 -> (SHA224, SHA256, SHA384, SHA512)
(Note: Wordlist not included)
- Currently the salt is simply
hash(text + salt)
The wordlist i used is the basic "rockyou.txt" but any wordlist should work.
If you're on Kali there should be several on your system by default.