From 95bca0d2c7ea9105dfeb9a86984b9641894c8362 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 19 Apr 2011 00:51:10 +0000 Subject: [PATCH] Add port 9001, tor-orport, to LIKELY_SSL_PORTS and LIKELY_SSL_SERVICES. --- nselib/shortport.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nselib/shortport.lua b/nselib/shortport.lua index acdee7597..ed8fdc58a 100644 --- a/nselib/shortport.lua +++ b/nselib/shortport.lua @@ -166,11 +166,12 @@ http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872}, {"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"}) local LIKELY_SSL_PORTS = { - 443, 465, 587, 636, 989, 990, 992, 993, 994, 995, 5061, 6679, 6697, 8443 + 443, 465, 587, 636, 989, 990, 992, 993, 994, 995, 5061, 6679, 6697, 8443, + 9001, } local LIKELY_SSL_SERVICES = { "ftps", "ftps-data", "https", "https-alt", "imaps", "ircs", - "ldapssl", "pop3s", "sip-tls", "smtps", "telnets" + "ldapssl", "pop3s", "sip-tls", "smtps", "telnets", "tor-orport", } ---