Rules Problem - 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: Rules Problem (/thread-9828.html) |
Rules Problem - iteodor - 01-29-2021 Hello, when I launch hascat without rules everything works correctly, while launching with rules does not find any password (although I'm sure there are). I am wrong something in the command? Normal launch: hashcat.exe -m 1000 -a 0 "parsed_pwdump.txt" "rockyou.txt" --quiet -d 1,2 -w 3 --potfile-disable -o "hascat_result.txt" Rules command: hashcat.exe -m 1000 -a 0 "parsed_pwdump.txt" "rockyou.txt" -r "path to hascat rules\d3ad0ne.rule" --quiet -d 1,2 -w 3 --potfile-disable -o "hascat_result.txt" |