mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Use shortport.http where appropriate.
This commit is contained in:
@@ -26,7 +26,7 @@ categories = {"default", "auth", "intrusive"}
|
||||
require "shortport"
|
||||
require "http"
|
||||
|
||||
portrule = shortport.port_or_service({80, 443, 8080}, {"http","https"})
|
||||
portrule = shortport.http
|
||||
|
||||
action = function(host, port)
|
||||
local www_authenticate
|
||||
|
||||
Reference in New Issue
Block a user