hashcat 0.39, Bug found with 'p' rule
#1
I think i have found a bug on the latest beta version of hashcat. I think 'p' rule do nothing.

Code:
predator@predator:~/hashcat/hashcat-0.39$ cat nullmd5 00000000000000000000000000000000 predator@predator:~/hashcat/hashcat-0.39$ cat experiment.rule d p1 p2 p3 p4 p5 p4p5 predator@predator:~/hashcat/hashcat-0.39$ cat experiment.dict admin house cat predator@predator:~/hashcat/hashcat-0.39$ ./hashcat-cli64.bin -n 1 -m 0 nullmd5 experiment.dict -r experiment.rule --debug-mode=2 --stdout 00000000000000000000000000000000 adminadmin admin admin admin admin admin admin househouse house house house house house house catcat cat cat cat cat cat cat

Someone can confirm it ?
#2
You are using an outdated debug-mode. Try again with --stdout
#3
Same thing with only --stdout

Code:
predator@predator:~/hashcat/hashcat-0.39$ ./hashcat-cli64.bin -n 1 -m 0 nullmd5 experiment.dict -r experiment.rule --stdout 00000000000000000000000000000000 adminadmin admin admin admin admin admin admin househouse house house house house house house catcat cat cat cat cat cat cat
#4
OK, I can reproduce it. Thanks for reporting!
#5
No problemo mate, talk to San, he have found same bug with other rules.
Good luck for debugging :p
#6
OK, new beta 0.39b22 is up in /beta. Please try again.
#7
Ok it's all good now, thx Smile