Compare commits
No commits in common. "main" and "v0.0.5" have entirely different histories.
@ -231,6 +231,10 @@ 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: Show user complete info (from auth message): %v", am)
|
||||
|
||||
log.Printf("DEBUG: Password is showed as %s", n.password)
|
||||
|
||||
err = n.fetchResponseKeys()
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
x
Reference in New Issue
Block a user