Bug in SHA512 (Unix) Hashcat?
#3
can confirm this problem with latest beta

Code:
$ mkpasswd -m sha-512 -S n.x8pyjJ -s 12345  
$6$n.x8pyjJ$y/9YEn.7e3TrjfAmbvVK89rE9u5YlUBJyqWambc6wH4oAbk.ooVn4W8yEQijadbVgKLG9omTmVJBzX.CtMLTa1

$ cat ../tmp/test                                          
$6$n.x8pyjJ$y/9YEn.7e3TrjfAmbvVK89rE9u5YlUBJyqWambc6wH4oAbk.ooVn4W8yEQijadbVgKLG9omTmVJBzX.CtMLTa1
$ cat ../tmp/test_dict
12345
$ ./hashcat-cli64.bin -m1800 ../tmp/test ../tmp/test_dic
Initializing hashcat v0.40 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Added hashes from file ../tmp/test: 1 (1 salts)
Input.Mode: Dict (../tmp/test_dic)
Index.....: 1/1 (segment), 1 (words), 5 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Wed Jul 25 22:34:52 2012
Stopped: Wed Jul 25 22:34:52 2012


Messages In This Thread
Bug in SHA512 (Unix) Hashcat? - by MuMMeL - 07-25-2012, 10:22 PM
RE: Bug in SHA512 (Unix) Hashcat? - by atom - 07-25-2012, 10:27 PM
RE: Bug in SHA512 (Unix) Hashcat? - by undeath - 07-25-2012, 10:36 PM
RE: Bug in SHA512 (Unix) Hashcat? - by atom - 07-30-2012, 11:03 AM