I am trying to use John the Ripper with custom rules. I first added few extra rules in /etc/john/john.conf
. For example -
[List.Rules:CustomRule]
cA0"[0-9][0-9]"
A0"[0-9][0-9]"
Next I tried to generate passwords using those rules but getting extra parameter option
$ john --wordlist:short-dict.txt --rules:CustomRule --stdout
Extra parameter for option: "--rules:CustomRule"
I am using john 1.7.8 in Ubuntu 12.04.3 LTS installed using apt-get
. Any idea? Thanks in advance for the help.