Open freimer opened 1 year ago
nla/ntlm.go line 413 (currently) outputs password. This should never happen, regardless of log level. If you must output something, output a hash of the password that can be checked, not the actual password.
nla/ntlm.go line 413 (currently) outputs password. This should never happen, regardless of log level. If you must output something, output a hash of the password that can be checked, not the actual password.