From a8df084c1f8ccbdfefed7292a3826ef74159db90 Mon Sep 17 00:00:00 2001 From: paulino Date: Sun, 24 Jul 2011 21:26:37 +0000 Subject: [PATCH] Adds http default ports for LiteSpeed Web Server. --- nselib/shortport.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nselib/shortport.lua b/nselib/shortport.lua index 194a20dd7..a9b58a978 100644 --- a/nselib/shortport.lua +++ b/nselib/shortport.lua @@ -165,9 +165,9 @@ end --[[ Apache Tomcat HTTP server default ports: 8180 and 8000 - Apache Tomcat SSL HTTP default ports: 8443 + Litespeed webserver default ports: 8088 and 7080 --]] -http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872, 8180, 8000, 8443}, +http = shortport.port_or_service({80, 443, 631, 7080, 8080, 8088, 5800, 3872, 8180, 8000}, {"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"}) local LIKELY_SSL_PORTS = {