1 Commits

Author SHA1 Message Date
Luiz Costa
82a12e48f9 add debug password 2023-10-21 21:39:49 +01:00

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