Windows Password?
Windows password world Long time ago I was doing a penetration test and I started wondering what is the windows password format and how is it stored? And after some research I came up with the proper information I was so viciously looking for.... Windows Lan Manager (LM) and NT LAN Manager (NTLM) Passwords The LM hash is the old style hash used in Microsoft OS before NT 3.1 ; NT 3.1 to XP SP2 supports LM hashes for backward compatibility and is enabled by default. Vista and Seven support LM hash but is disabled by default. NTLM was introduced in NT 3.1 , and supports password lengths greater than 14. If LM hashes are enabled on your system (Win XP and lower), a hash dump will look like: Administrator:500:01FC5A6BE7BC6929AAD3B435B51404EE:0CB6948805F797BF2A82807973B89537::: If LM hashes are disabled on your system (Win Vista, 7+), a hash dump will look like: Administrator:500:NO PASSWORD***********:0CB6948805F797BF2A82807973B89537::: The first field is the usern...