DCC2 / MSCASH2 --> not working - 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: DCC2 / MSCASH2 --> not working (/thread-8081.html) |
DCC2 / MSCASH2 --> not working - metalg - 01-18-2019 Hi, I'm having trouble "cracking" my own cachedump with domain creds. I got this back; user:$DCC2$#user#7eb833ab3bddade058de4bc672debdde:fulldomainj: shortdomain (added a space because of emoji.. ) Also not sure what that j is doing there but the cachedump, dumped it like that. I tried with hashcat; hashcat -m 2100 -a 0 hash wordlist --force hashcat (v3.5.0) starting... Hashfile 'hash' on line 1 (user:$DCC2$#user#7eb833ab3bddade058de4bc672debdde:fulldomainjhorttdomain): Line-length exception Parsing Hashes: 0/1 (0.00%)...No hashes loaded. Also tried John; john hashfile --w=wordlist --format=mscash2 Using default input encoding: UTF-8 Loaded 1 password hash (mscash2, MS Cache Hash 2 (DCC2) [PBKDF2-SHA1 128/128 SSE2 4x2]) .... .... Completed not cracked. Any idea's? RE: DCC2 / MSCASH2 --> not working - metalg - 01-18-2019 (01-18-2019, 10:19 PM)metalg Wrote: Hi, edited the hash for hashcat too: $DCC2$#user#7eb833ab3bddade058de4bc672debdde which seems to load, but now I'm stuck at /usr/share/hashcat/OpenCL/m02100.cl: No such file or directory RE: DCC2 / MSCASH2 --> not working - slyexe - 01-19-2019 (01-18-2019, 11:42 PM)metalg Wrote: hashcat -m 2100 -a 0 hash wordlist --force Why are you using --force and hashcat 3.5.0? RE: DCC2 / MSCASH2 --> not working - metalg - 01-20-2019 (01-19-2019, 11:05 PM)slyexe Wrote:(01-18-2019, 11:42 PM)metalg Wrote: hashcat -m 2100 -a 0 hash wordlist --force Hi, Because it threw an error and said, try using --force ^^ I'll try updating hashcat. RE: DCC2 / MSCASH2 --> not working - undeath - 01-20-2019 using --force will just ignore the error, not fix it. |