2 Commits

Author SHA1 Message Date
adaea700ae blah 2025-03-17 11:28:30 +11:00
468f0240be more logging 2025-03-17 11:26:58 +11:00

View File

@@ -134,7 +134,7 @@ func ProcessChallenge(challengeMessageData []byte, user, password string) ([]byt
cm.ServerChallenge[:], clientChallenge)
}
PrintDebug("Challenge response: NT %s; LM %s", am.NtChallengeResponse, am.LmChallengeResponse)
PrintDebug("Challenge response:\nNT '%s';\nLM '%s'", base64.StdEncoding.EncodeToString(am.NtChallengeResponse), base64.StdEncoding.EncodeToString(am.LmChallengeResponse))
return am.MarshalBinary()
}