MSCHAPv2 load fail - 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: MSCHAPv2 load fail (/thread-6987.html) |
MSCHAPv2 load fail - illera88 - 11-03-2017 Hi, I've been reading a bunch of posts speaking about this and I don't know if there has been a change in the format that a MSCHAPv2 must be provided to hashcat but I'm getting errors when importing a challenge response. In this example: Quote:username: bob supposedly the format to pass hashcat should be Quote:$username::::$response:$challenge But when I try to run that through hashcat I get: Quote:C:\hashcat-4.0.0>hashcat64.exe -m 5600 bob::::63xxx03415162exxxxx263799f8e8axxx5a6bc4d0exxxx72:axxxx01cd59xxx32 What is it wrong in here? Thank you [edit: all hashes masked by philsmd] RE: MSCHAPv2 load fail - philsmd - 11-03-2017 The correct hash mode is -m 5500 = NetNTLMv1 and the password for this hash is "password". bob::::63xxx03415162exxxxx263799f8e8axxx5a6bc4d0exxxx72:axxxx01cd59xxx32:password BTW: you are not allowed to post hashes here. Please review the forum's rules. You will get banned for any rule violation. It's even worse that the hashes were not even masked and that the password was not mentioned. It's evil. RE: MSCHAPv2 load fail - illera88 - 11-03-2017 Hi @philsmd. I got the example from the forum itself (https://hashcat.net/forum/thread-2563.html). I won't post hashes again. Thank you |