mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Use shortport.http where appropriate.
This commit is contained in:
@@ -33,7 +33,7 @@ categories = {"vuln", "intrusive"}
|
||||
require "http"
|
||||
require "shortport"
|
||||
|
||||
portrule = shortport.port_or_service({80, 443, 8080}, {"http", "https"})
|
||||
portrule = shortport.http
|
||||
|
||||
---Enumeration for results
|
||||
local enum_results =
|
||||
|
||||
Reference in New Issue
Block a user