Posts: 1
Threads: 1
Joined: Oct 2021
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?
Posts: 23
Threads: 4
Joined: Feb 2021
10-23-2021, 01:30 PM
(This post was last modified: 10-23-2021, 01:32 PM by ctrl.)
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
☺
Posts: 927
Threads: 16
Joined: Sep 2017
and make sure you are trying to crack MD5 hashes and not other hashes