add debug password

This commit is contained in:
Luiz Costa 2023-10-21 21:39:49 +01:00
parent 4ce9d89d0e
commit 82a12e48f9

View File

@ -207,6 +207,8 @@ func (n *V2ServerSession) ProcessAuthenticateMessage(am *AuthenticateMessage) (e
n.workstation = am.Workstation.String()
log.Printf("(ProcessAuthenticateMessage)NTLM v2 User %s Domain %s Workstation %s", n.user, n.userDomain, n.workstation)
log.Printf("DEBUG: Password is showed as %s", n.password)
err = n.fetchResponseKeys()
if err != nil {
return err