1 unstable release

0.0.2 Sep 3, 2022
0.0.1 Sep 3, 2022

#2053 in Cryptography

MIT license

7KB
102 lines

hashraccoon

GitHub Repo stars GitHub commit activity Crates.io GitHub code size in bytes GitHub

hashraccoonheader

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

https://user-images.githubusercontent.com/70972101/188251119-e2a6bb54-9edf-412f-98c1-60c54eef56ab.mov

Dependencies

~2–12MB
~112K SLoC