Hi,
There's no need to crack the LM&NT hashes of a password, you can use the hash directly on windows using this tool:
http://oss.coresecurity.com/projects/pshtoolkit.htm
basically you can impersonate on your own windows machine any user if you have the hash, and then use your Windows
machine to authenticate to services using that user's credentials. There's no need to know the cleartext
password, unless you explicitly want to know the cleartext password to test it on other services that do not use NTLM authentication.
and there's no need to crack the password if you want to connect to services using NTLM authentication: take a look at this tool: http://oss.coresecurity.com/projects/pshtoolkit.htm http://oss.coresecurity.com/pshtoolkit/doc/index.html
Hi, There's no need to crack the LM&NT hashes of a password, you can use the hash directly on windows using this tool: http://oss.coresecurity.com/projects/pshtoolkit.htm basically you can impersonate on your own windows machine any user if you have the hash, and then use your Windows machine to authenticate to services using that user's credentials. There's no need to know the cleartext password, unless you explicitly want to know the cleartext password to test it on other services that do not use NTLM authentication.