hashcat Forum

Full Version: hashcat 0.39, Bug found with 'p' rule
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
You are using an outdated debug-mode. Try again with --stdout
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
OK, I can reproduce it. Thanks for reporting!
No problemo mate, talk to San, he have found same bug with other rules.
Good luck for debugging :p
OK, new beta 0.39b22 is up in /beta. Please try again.
Ok it's all good now, thx Smile