mscash2 - can't find password in dictionary - 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: mscash2 - can't find password in dictionary (/thread-8020.html) |
mscash2 - can't find password in dictionary - jacobsh - 12-17-2018 Hi. I have a domain user and cached password from windows 10. I run the following command in hashcat: hashcat64.exe -m 2100 $DCC2$10240#user#hash myDictionary.txt I have put the hashed password in the dictionary, but when hashcat is done it has not found the password. If I hash the password manually (using passlib for python) with the username as a salt, I get the correct hash. Am I missing something? Thanks in advance. Regards Jacob RE: mscash2 - can't find password in dictionary - jacobsh - 12-17-2018 It looks like hashcat is limiting DCC2 to 15 character passwords. It works fine as long as I keep the password 15 characters or less, but once I go above that the password is not found. Is this a deliberate limitation? EDIT: Seems like a deliberate limitation: https://www.notsosecure.com/maximum-password-length-reached/ RE: mscash2 - can't find password in dictionary - Mem5 - 12-18-2018 (12-17-2018, 11:52 PM)jacobsh Wrote: EDIT: Seems like a deliberate limitation: https://www.notsosecure.com/maximum-password-length-reached/ It's a article from 2013, and using an old version of hashcat. We should check with the latest version. RE: mscash2 - can't find password in dictionary - jacobsh - 12-18-2018 (12-18-2018, 10:17 AM)Mem5 Wrote:(12-17-2018, 11:52 PM)jacobsh Wrote: EDIT: Seems like a deliberate limitation: https://www.notsosecure.com/maximum-password-length-reached/ You are correct, I was using an older version of hashcat *facepalm* Using the latest version it correctly identifies the password. Thank you. |