Rules Problem
#1
Exclamation 
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"
Reply