Hashcat 0.43 not successfully decrypting SHA512 unix hash
#9
Just tested the same hash on 32 bit ubuntu and 32 bit windows 7 (w/ cygwin) w/ both v43 and latest beta.
I instead CAN reproduce the problem, seems to be an odd 32bit-specific problem!?

WIN:
Code:
C:\Users\philsmd\hashcat-0.43>cat test
#!/bin/sh
echo '$6$DNRlEKWm$tEcdDjEuxYJFaA41eq1Ro4SHot3ov3SHeLo4LQqKNtzjHCNExT5kED8KpIGzQZrt758sa/WwCnQsgRS80EHRT/' >test.hash
echo 123456 >test.dic
hashcat-cli32.exe -m 1800 test.hash test.dic

Linux:
Code:
$ cat test
#!/bin/sh
echo '$6$DNRlEKWm$tEcdDjEuxYJFaA41eq1Ro4SHot3ov3SHeLo4LQqKNtzjHCNExT5kED8KpIGzQZrt758sa/WwCnQsgRS80EHRT/' >test.hash
echo 123456 >test.dic
./hashcat-cli32.bin -m 1800 test.hash test.dic

Output is (for all my tests almost the same except time):
Code:
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

Input.Mode: Dict (test.dic)
Index.....: 1/1 (segment), 1 (words), 7 (bytes)
Recovered.: 0/1 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Thu Mar 14 09:46:49 2013
Stopped: Thu Mar 14 09:46:49 2013

@atom, could you have a look at this one and let me know if I should help you in testing w/ x32?

EDIT: it seems that the forum here adds the "strange" utf-8 character when posting, but the hash should be correct in the test file (double checked it!)


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