1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Added HTTP SSL default port for Apache Tomcat.

This commit is contained in:
paulino
2011-06-10 02:39:59 +00:00
parent 183e6c28b8
commit b39c0515f1

View File

@@ -165,8 +165,9 @@ end
--[[
Apache Tomcat HTTP server default ports: 8180 and 8000
Apache Tomcat SSL HTTP default ports: 8443
--]]
http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872, 8180, 8000},
http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872, 8180, 8000, 8443},
{"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"})
local LIKELY_SSL_PORTS = {