From 1b97aae73381277b3989ad17b23aa4b5d6538b12 Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 18 Feb 2015 19:54:05 +0000 Subject: [PATCH] Add https-alt to shortport.http (Fixes #56) --- nselib/shortport.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nselib/shortport.lua b/nselib/shortport.lua index 40b73c999..d2a263a8e 100644 --- a/nselib/shortport.lua +++ b/nselib/shortport.lua @@ -162,12 +162,12 @@ Apache Tomcat HTTP server default ports: 8180 and 8000 Litespeed webserver default ports: 8088 and 7080 --]] LIKELY_HTTP_PORTS = { - 80, 443, 631, 7080, 8080, 8088, 5800, 3872, 8180, 8000 + 80, 443, 631, 7080, 8080, 8443, 8088, 5800, 3872, 8180, 8000 } LIKELY_HTTP_SERVICES = { - "http", "https", "ipp", "http-alt", "vnc-http", "oem-agent", "soap", - "http-proxy", + "http", "https", "ipp", "http-alt", "https-alt", "vnc-http", "oem-agent", + "soap", "http-proxy", } ---