hashcat Forum

Full Version: Keep getting ERROR
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I keep getting a error using this command hashcat -m 0 -a 1 ./hashes.txt rockyou.txt /usr/local/Cellar/hashcat/6.1.1/share/doc/hashcat/rules/rockyou-30000.rule
And the error I keep getting is saying NO HASHES Loaded!
Can anyone help?
Make sure you update hashcat to latest version, as 6.1.1 is out dated.
Run it like this: hashcat -O -m 0 /path/to/hashes/hashes.txt -r /path/to/rule/rockyou-30000.rule /path/to/dictionary/rockyou.txt
and make sure you are trying to crack MD5 hashes and not other hashes