Hashcat 0.43 not successfully decrypting SHA512 unix hash
#8
cannot reproduce.

Code:
epixoip@db:~/hashcat-0.43$ echo '$6$DNRlEKWm$tEcdDjEuxYJFaA41eq1Ro4SHot3ov3SHeLo4LQqKNtzjHCNExT5kED8KpIGzQZrt758sa/WwCnQsgRS80EHRT/' >test.hash

epixoip@db:~/hashcat-0.43$ echo '123456' >test.dic

epixoip@db:~/hashcat-0.43$ ./hashcat-cli64.bin -m 1800 test.hash test.dic
Initializing hashcat v0.43 by atom with 8 threads and 32mb segment-size...

Added hashes from file test.hash: 1 (1 salts)
Activating quick-digest mode for single-hash with salt

NOTE: press enter for status-screen

$6$DNRlEKWm$tEcdDjEuxYJFaA41eq1Ro4SHot3ov3SHeLo4LQqKNtzjHCNExT5kED8KpIGzQZrt758sa/WwCnQsgRS80EHRT/:123456
All hashes have been recovered


Messages In This Thread
RE: Hashcat 0.43 not successfully decrypting SHA512 unix hash - by epixoip - 03-14-2013, 03:58 AM