1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19:04 +00:00

Updated http-iis-webdav-vuln.nse to run against SSL-enabled servers

This commit is contained in:
ron
2009-12-08 17:29:43 +00:00
parent c5c2b3220e
commit 96a390203c

View File

@@ -33,7 +33,7 @@ categories = {"vuln", "intrusive"}
require "http"
require "shortport"
portrule = shortport.port_or_service({80, 8080}, "http")
portrule = shortport.port_or_service({80, 443, 8080}, {"http", "https"})
---Enumeration for results
local enum_results =