From a9320c57eb7a52c89bd082ef238a2aa06a492270 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 19 Oct 2015 15:57:08 +0000 Subject: [PATCH] Add a few http services to shortport.http --- nselib/shortport.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/shortport.lua b/nselib/shortport.lua index 687d38628..2cc3025eb 100644 --- a/nselib/shortport.lua +++ b/nselib/shortport.lua @@ -167,7 +167,7 @@ LIKELY_HTTP_PORTS = { LIKELY_HTTP_SERVICES = { "http", "https", "ipp", "http-alt", "https-alt", "vnc-http", "oem-agent", - "soap", "http-proxy", + "soap", "http-proxy", "caldav", "carddav", "webdav", } ---