mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Modified the debug string that is passed when ssl is not present to
include ntlm.
This commit is contained in:
parent
3f1a71fbec
commit
759d944397
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue