03-08-2011, 12:09 PM
Hi,
Considering cracking 1 MD5 by brute force, with --output-format 2 :
gives me :
It's more like "hash:hex:pass" and not "hash:pass:hex_pass"
Not a very ennoying bug isn't it but still surprising.
Thank you for your work atom & others.
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 but still surprising.
Thank you for your work atom & others.