Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug in SHA512 (Unix) Hashcat?
07-25-2012, 10:22 PM (This post was last modified: 07-25-2012 10:27 PM by MuMMeL.)
Post: #1
Bug in SHA512 (Unix) Hashcat?
Hello everyone

My Problem ist the Attack of this Hash Value (Ubuntu 12.04)

oh-lala:$6$zv8dHfXf$HFYc5i.i9NcutOUKniZpkhIx9XkW8qo61XdXJZxpZXjtkV9MmPi9owX9ib1VNt5​E1M88MCt4UovX7bHNlYQUw/

The Password Structure is unknown and the User "oh-lala" died last Week.

My loooong Dictionary Attack was useless.

PasswordsPro said the Password is "4rfvbgt5" but it is wrong.

I install a Ubuntu 12.04 in a virtual Maschine and setup a Test User

tester:$6$n.x8pyjJ$y/9YEn.7e3TrjfAmbvVK89rE9u5YlUBJyqWambc6wH4oAbk.ooVn4W8yEQijadbVgKLG9omTmVJBzX.CtM​LTa1

The Password is "12345"

i tried a short Dictionary with "12345" inside and Hashcat cant find it?
A Bruteforce Attack was also unsuccessful.

The Hashcat Settings:

hashcat-cli32.exe --hash-mode 1800 --attack-mode 3 c:\Path\testershadow.txt ?d?d?d?d?d

Is everything wrong or I've misunderstood something?
Use Ubuntu a different kind of Hash?

I love Hashcat

Sorry for my really bad English

Best regards

MuMMeL
Find all posts by this user
Quote this message in a reply
07-25-2012, 10:27 PM
Post: #2
RE: Bug in SHA512 (Unix) Hashcat?
There is a bug in sha512crypt which is already fixed in a beta version. If you have urgent need for it I can give you access, otherwise please wait for the release. Thanks for report!
Visit this user's website Find all posts by this user
Quote this message in a reply
07-25-2012, 10:36 PM (This post was last modified: 07-25-2012 10:37 PM by undeath.)
Post: #3
RE: Bug in SHA512 (Unix) Hashcat?
can confirm this problem with latest beta

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

$ cat ../tmp/test                                          
$6$n.x8pyjJ$y/9YEn.7e3TrjfAmbvVK89rE9u5YlUBJyqWambc6wH4oAbk.ooVn4W8yEQijadbVgKLG9omTmVJBzX.CtM​LTa1
$ 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
Find all posts by this user
Quote this message in a reply
07-30-2012, 11:03 AM
Post: #4
RE: Bug in SHA512 (Unix) Hashcat?
Hey undeath, new beta is up, please retry
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply