mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Updated http-iis-webdav-vuln.nse to run against SSL-enabled servers
This commit is contained in:
parent
c5c2b3220e
commit
96a390203c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue