mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 16:39:03 +00:00
Use shortport.http where appropriate.
This commit is contained in:
@@ -103,7 +103,7 @@ local output = function(passwd, dir)
|
||||
return out
|
||||
end
|
||||
|
||||
portrule = shortport.port_or_service({80, 443, 8080}, {"http", "https"})
|
||||
portrule = shortport.http
|
||||
|
||||
action = function(host, port)
|
||||
local dirs = {
|
||||
|
||||
Reference in New Issue
Block a user