From b940d201d48c9c5b35347d9c094468370809e2e6 Mon Sep 17 00:00:00 2001 From: kroosec Date: Thu, 21 Jun 2012 01:32:22 +0000 Subject: [PATCH] Added http-proxy to shortport likely http services. --- nselib/shortport.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nselib/shortport.lua b/nselib/shortport.lua index 02dea11a2..9d18bdc1c 100644 --- a/nselib/shortport.lua +++ b/nselib/shortport.lua @@ -161,6 +161,7 @@ LIKELY_HTTP_PORTS = { LIKELY_HTTP_SERVICES = { "http", "https", "ipp", "http-alt", "vnc-http", "oem-agent", "soap", + "http-proxy", } ---