ShawnDEvans / smbmap

SMBMap is a handy SMB enumeration tool
GNU General Public License v3.0
1.76k stars 343 forks source link

Clarify NTLM Hash Input #96

Closed Zamanry closed 7 months ago

Zamanry commented 7 months ago

I was trying to use Pass-the-hash for authentication and quickly read the password parameter. I added only the NT hash and locked my account. Upon reading the code, I realized it was the LM:NT hash format. Therefore, this merge request is just to help folks more quickly realize the exact format. I used the same text as Impacket does.