Keep getting ERROR
#1
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?
Reply
#2
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
Reply
#3
and make sure you are trying to crack MD5 hashes and not other hashes
Reply