1 unstable release
0.0.2 | Sep 3, 2022 |
---|---|
0.0.1 |
|
#2241 in Cryptography
7KB
102 lines
hashraccoon
Installation
Install cargo
curl https://sh.rustup.rs -sSf | sh
Install the hashraccoon crate
cargo install hashraccoon
Download the rockyou wordlist
wget https://github.com/IrishMaestro/rockyou/raw/master/rockyou.txt.gz
gunzip rockyou.txt.gz
Run hashraccoon
hashraccoon <algorithm> <hash> <path/to/wordlist>
Examples
hashraccoon md5 fd3dd4b168a1cae43f5b329142f73d27 $(pwd)/rockyou.txt
hashraccoon sha256 dc11a50ee7b0763306d2019e611d1ed3e66b3f182b3b2c18acbacccfd0ba656b $(pwd)/rockyou.txt
Dependencies
~2–12MB
~111K SLoC