Closed nvd05 closed 1 year ago
Username can be obtained but NTLM credentials were specifically designed to prevent decoding. the same password will be encoded to a different value in each login attempt.
For some reason, sites like https://md5decrypt.net/en/Ntlm/#answer produce the same result for the same string.
I will check the code that results from Windows coding later.
Producing the same result for the same string happen only for NTLM v1 which is not used these days. it was replaced by NTLM v2
Thank you for the information.
Hello, @TalAloni Could you please tell me if it is possible to get login and NTLM during authorization?
(There are sites that can decode this string based on their database. Of course, they may not decode every combination as the database is limited, but it's better than nothing).