Keep getting ERROR - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Keep getting ERROR (/thread-10418.html) |
Keep getting ERROR - planetminguez - 10-23-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? RE: Keep getting ERROR - ctrl - 10-23-2021 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 RE: Keep getting ERROR - Snoopy - 11-01-2021 and make sure you are trying to crack MD5 hashes and not other hashes |