hashcat Forum
hashcat 0.39, Bug found with 'p' rule - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html)
+--- Thread: hashcat 0.39, Bug found with 'p' rule (/thread-921.html)



hashcat 0.39, Bug found with 'p' rule - Sorcier_FXK - 02-12-2012

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 ?


RE: hashcat 0.39, Bug found with 'p' rule - atom - 02-13-2012

You are using an outdated debug-mode. Try again with --stdout


RE: hashcat 0.39, Bug found with 'p' rule - Sorcier_FXK - 02-13-2012

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



RE: hashcat 0.39, Bug found with 'p' rule - atom - 02-13-2012

OK, I can reproduce it. Thanks for reporting!


RE: hashcat 0.39, Bug found with 'p' rule - Sorcier_FXK - 02-13-2012

No problemo mate, talk to San, he have found same bug with other rules.
Good luck for debugging :p



RE: hashcat 0.39, Bug found with 'p' rule - atom - 02-13-2012

OK, new beta 0.39b22 is up in /beta. Please try again.


RE: hashcat 0.39, Bug found with 'p' rule - Sorcier_FXK - 02-13-2012

Ok it's all good now, thx Smile