NTLMv2 -- Not finding password - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: NTLMv2 -- Not finding password (/thread-2568.html) Pages:
1
2
|
RE: NTLMv2 -- Not finding password - PnkPanther - 08-30-2013 (08-30-2013, 03:12 AM)magnum Wrote:(08-30-2013, 02:59 AM)PnkPanther Wrote:(08-30-2013, 01:28 AM)magnum Wrote: It's not a bad hash. The problem is that the salt (username + domainname) is longer than the (optimized) max of 27 characters. JtR can crack it using the CPU format but not the GPU one. Could you explain what needs to be removed from the hash? I would really appreciate it. RE: NTLMv2 -- Not finding password - magnum - 08-30-2013 (08-30-2013, 03:47 AM)PnkPanther Wrote: Could you explain what needs to be removed from the hash? I would really appreciate it. I removed three bytes of non-ASCII in the last field right were it was line wrapped when I copy-pasted it from the forum. But I do not think your file has it, I think the forum added it. RE: NTLMv2 -- Not finding password - PnkPanther - 08-30-2013 When I use john on my hash it responds with no hashes loaded. If I run john on a hash from their example page it works. Do you know why? It seems that if it works for you it should work for me. RE: NTLMv2 -- Not finding password - magnum - 08-31-2013 (08-30-2013, 04:14 AM)PnkPanther Wrote: When I use john on my hash it responds with no hashes loaded. If I run john on a hash from their example page it works. Do you know why? It seems that if it works for you it should work for me. Try re-creating a correct hash like this: Code: $ echo -n >testhash Administrator::WIN-HMH39596ABN:1122334455667788:80be64a4282577cf3b80503f4acb0e5a RE: NTLMv2 -- Not finding password - PnkPanther - 09-01-2013 (08-30-2013, 03:12 AM)magnum Wrote:(08-30-2013, 02:59 AM)PnkPanther Wrote:(08-30-2013, 01:28 AM)magnum Wrote: It's not a bad hash. The problem is that the salt (username + domainname) is longer than the (optimized) max of 27 characters. JtR can crack it using the CPU format but not the GPU one. Wow, thanks magnum! Now I understand what you meant about the control characters. I should really use a better text editor. RE: NTLMv2 -- Not finding password - LancerLunatic - 09-15-2015 (09-01-2013, 02:15 AM)PnkPanther Wrote:(08-30-2013, 03:12 AM)magnum Wrote:(08-30-2013, 02:59 AM)PnkPanther Wrote:(08-30-2013, 01:28 AM)magnum Wrote: It's not a bad hash. The problem is that the salt (username + domainname) is longer than the (optimized) max of 27 characters. JtR can crack it using the CPU format but not the GPU one. Hello I know this is an old thread but it's really the only one that is close to the problem I am having. I have tried using John and Hashcat. I've used netntlmv2, LM, and ntlm. Please assist! I need to find the password to this for my master's class. <redacted> John keeps giving me messages saying Loaded 2 password hashes with no different salts. using LM. Hashcat says that progress is 100% everything is done but no hashes were loaded =-/ SOS RE: NTLMv2 -- Not finding password - epixoip - 09-15-2015 Your problem is you have no clue how to use your tools, and do not know how to read the forum rules. |