From 3f2a6606af778bd0999d7414ac9c491009a210fa Mon Sep 17 00:00:00 2001 From: david Date: Thu, 16 Dec 2010 02:00:23 +0000 Subject: [PATCH] Add "vnc-http" and port 5800 to shortport.http. --- nselib/shortport.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nselib/shortport.lua b/nselib/shortport.lua index bf2e69b75..8c844b82e 100644 --- a/nselib/shortport.lua +++ b/nselib/shortport.lua @@ -162,5 +162,5 @@ end -- false otherwise. -- @usage -- portrule = shortport.http -http = shortport.port_or_service({80, 443, 631, 3872, 8080}, - {"http", "https", "ipp", "http-alt", "oem-agent"}) +http = shortport.port_or_service({80, 443, 631, 8080, 5800, 3872}, + {"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"})