12-17-2018, 04:25 PM
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
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