Bug in SHA512 (Unix) Hashcat? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html) +--- Thread: Bug in SHA512 (Unix) Hashcat? (/thread-1407.html) |
Bug in SHA512 (Unix) Hashcat? - MuMMeL - 07-25-2012 Hello everyone My Problem ist the Attack of this Hash Value (Ubuntu 12.04) oh-lala:$6$zv8dHfXf$HFYc5i.i9NcutOUKniZpkhIx9XkW8qo61XdXJZxpZXjtkV9MmPi9owX9ib1VNt5E1M88MCt4UovX7bHNlYQUw/ 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.CtMLTa1 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 RE: Bug in SHA512 (Unix) Hashcat? - atom - 07-25-2012 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! RE: Bug in SHA512 (Unix) Hashcat? - undeath - 07-25-2012 can confirm this problem with latest beta Code: $ mkpasswd -m sha-512 -S n.x8pyjJ -s 12345 RE: Bug in SHA512 (Unix) Hashcat? - atom - 07-30-2012 Hey undeath, new beta is up, please retry |