1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-15 09:56:33 +00:00

Modified the debug string that is passed when ssl is not present to

include ntlm.
This commit is contained in:
gyani
2015-07-04 08:22:08 +00:00
parent 3f1a71fbec
commit 759d944397

View File

@@ -1270,7 +1270,7 @@ function generic_request(host, port, method, path, options)
local ntlm_auth = options and options.auth and options.auth.ntlm
if (digest_auth or ntlm_auth) and not have_ssl then
stdnse.debug1("http: digest auth requires openssl.")
stdnse.debug1("http: digest and ntlm auth require openssl.")
end
if digest_auth and have_ssl then