[hashcat 0.36] Bug in output format
#1
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.