New Attack Available In Rule File ?
#1
I am trying to incorporate the new permutation attack into a rule file I was thinking that my code would look something like this…

oclHashcat-plus32.exe -m 2500 <test.hcap> --rules-file -o found.txt

and that my rule file would have the following for a full permutation…

:
a 4

etc..

Which didn’t work. I read the help in hashcat+ and it said to use “-r” for a rule based attack.


oclHashcat-plus32.exe -m 2500 <test.hcap> -a -r --rules-file test.txt -o found.txt

Which didn’t work.

Is it possible to make the new attack option work via a rule file or am I trying to do something impossible ? I am quite prepared to believe I am doing something wrong !! ha ha !


Messages In This Thread
New Attack Available In Rule File ? - by Hash-IT - 09-19-2011, 09:14 PM
RE: New Attack Available In Rule File ? - by San - 09-19-2011, 10:13 PM