hashcat Forum
[hashcat 0.36] Bug in output format - 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.36] Bug in output format (/thread-326.html)



[hashcat 0.36] Bug in output format - Mem5 - 03-08-2011

Hi,
Considering cracking 1 MD5 by brute force, with --output-format 2 :

Quote: --output-format=NUM
0 = hash:pass
1 = hash:hex_pass
2 = hash:pass:hex_pass

Code:
hashcat-cli64.exe -a 3 --bf-cs-buf abcdefghijklmnopqrstuvwxyz  -m 0 --output-format 2  h.txt

gives me :

Quote:098f6bcd4621d373cade4e832627b4f6:74657374:test

It's more like "hash:hex:pass" and not "hash:pass:hex_pass"
Not a very ennoying bug isn't it Smile but still surprising.

Thank you for your work atom & others.