Problem with LM aad3b435b51404ee - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Problem with LM aad3b435b51404ee (/thread-5636.html) |
Problem with LM aad3b435b51404ee - Didier Stevens - 07-12-2016 I'm experiencing a problem with LM hash aad3b435b51404ee and hashcat 3.00 on Windows 8.1. I reduced the original problem I had to this: file lm: aad3b435b51404ee Command: hashcat64.exe -a 3 -m 3000 --potfile-disable lm Output: Code: hashcat (v3.00-1-g67a8d97) starting... Remark this line in the output: aad3b435b51404ee:X aad3b435b51404ee is the LM hash of the empty string, so I did not expect to see character X. And when I run this again, I get a different character. When I use a POT file, it also contains a character for this hash. I have the sample problem on my laptop and desktop (both Windows 8.1), and with hastcat32.exe and hashcat64.exe. Any insights appreciated. RE: Problem with LM aad3b435b51404ee - atom - 07-12-2016 Clearly a bug. Please open a GitHub Isuee RE: Problem with LM aad3b435b51404ee - Didier Stevens - 07-15-2016 Issue reported and fixed: https://github.com/hashcat/hashcat/issues/434 Thanks. |