mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Added default ports for Apache Tomcat web server.
This commit is contained in:
parent
6562877ed6
commit
183e6c28b8
1 changed files with 5 additions and 1 deletions
|
|
@ -162,7 +162,11 @@ end
|
|||
-- <code>false</code> otherwise.
|
||||
-- @usage
|
||||
-- portrule = shortport.http
|
||||
http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872},
|
||||
|
||||
--[[
|
||||
Apache Tomcat HTTP server default ports: 8180 and 8000
|
||||
--]]
|
||||
http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872, 8180, 8000},
|
||||
{"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"})
|
||||
|
||||
local LIKELY_SSL_PORTS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue