more debug visual
This commit is contained in:
parent
b50e42c8e9
commit
4ce9d89d0e
@ -220,8 +220,8 @@ func (n *V2ServerSession) ProcessAuthenticateMessage(am *AuthenticateMessage) (e
|
||||
return err
|
||||
}
|
||||
|
||||
log.Printf("(ProcessAuthenticateMessage) NTLM v2 Expected NTLM Response %s", n.ntChallengeResponse)
|
||||
log.Printf("(ProcessAuthenticateMessage) Local NTLM Chanllenge %s", am.NtChallengeResponseFields.Payload)
|
||||
log.Printf("DEBUG: NTLM v2 Expected NTLM Response:\n%s\n\n", n.ntChallengeResponse)
|
||||
log.Printf("DEBUG: Local NTLM Chanllenge:\n%s\n\n", am.NtChallengeResponseFields.Payload)
|
||||
|
||||
if !bytes.Equal(am.NtChallengeResponseFields.Payload, n.ntChallengeResponse) {
|
||||
if !bytes.Equal(am.LmChallengeResponse.Payload, n.lmChallengeResponse) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user