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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user