NTLMv2 -- Not finding password
#14
(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
$ echo >>testhash :0101000000000000f077830c70a4ce0114ddd5c22457143000000000020000000000000000000000
$ cat testhash
Administrator::WIN-HMH39596ABN:1122334455667788:80be64a4282577cf3b80503f4acb0e5a:0101000000000000f077830c70a4ce0114ddd5c22457143000000000020000000000000000000000
Be sure to use "-n >" in the first line, and ">>" in the second.


Messages In This Thread
NTLMv2 -- Not finding password - by PnkPanther - 08-29-2013, 08:05 AM
RE: NTLMv2 -- Not finding password - by epixoip - 08-29-2013, 08:15 AM
RE: NTLMv2 -- Not finding password - by atom - 08-29-2013, 09:42 AM
RE: NTLMv2 -- Not finding password - by epixoip - 08-29-2013, 10:12 AM
RE: NTLMv2 -- Not finding password - by atom - 08-29-2013, 11:19 AM
RE: NTLMv2 -- Not finding password - by magnum - 08-30-2013, 01:28 AM
RE: NTLMv2 -- Not finding password - by magnum - 08-30-2013, 03:12 AM
RE: NTLMv2 -- Not finding password - by magnum - 08-30-2013, 04:03 AM
RE: NTLMv2 -- Not finding password - by magnum - 08-31-2013, 11:36 AM
RE: NTLMv2 -- Not finding password - by epixoip - 09-15-2015, 08:14 AM