mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 10:29:03 +00:00
Fixed a spelling mistake on print_debug ('pring_debug')
This commit is contained in:
@@ -145,7 +145,7 @@ action = function(host, port)
|
||||
response = get_response(host, port, "/")
|
||||
if(response.status == 501) then
|
||||
-- WebDAV is disabled
|
||||
stdnse.pring_debug(1, "http-iis-webdav-vuln: WebDAV is DISABLED (PROPFIND failed).")
|
||||
stdnse.print_debug(1, "http-iis-webdav-vuln: WebDAV is DISABLED (PROPFIND failed).")
|
||||
return "WebDAV is DISABLED. Server is not currently vulnerable."
|
||||
else
|
||||
if(response.status == 207) then
|
||||
|
||||
Reference in New Issue
Block a user