Nmap Development mailing list archives

Re: Added Apache Tomcat's default HTTP ports to shortport.lua


From: Martin Holst Swende <martin () swende se>
Date: Thu, 09 Jun 2011 16:53:44 +0200

----- Ursprungsmeddelande -----
On Thu, Jun 09, 2011 at 04:31:37AM -0700, Paulino Calderon wrote:
Hi,

Here is a small patch for shortport.lua to include Apache
Tomcat's web server default ports since the default SSL ports were
already in there.

-http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872},
+http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872,
8180, 8000},    {"http", "https", "ipp", "http-alt", "vnc-http",
"oem-agent"})

Go ahead and add it, and please also start a comment block with an
explanation of why ports 8180 and 8000 are there. Currently the port
numbers match up one-to-one with the service names, but we should
document it in a comment.

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

I seem to recall that 8443 is the default https-alt port, perhaps belongs in there as well?
/Martin Holst Swende
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: