1
0
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:
ron
2009-05-21 14:35:23 +00:00
parent 0b2b4bdc64
commit 4d38f8c8c5

View File

@@ -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