Nmap Development mailing list archives

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


From: David Fifield <david () bamsoftware com>
Date: Thu, 9 Jun 2011 07:06:28 -0700

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/


Current thread: