From b6b2b21e2f5d38987a1f0dd1c6c9e9cf5c5ba18b Mon Sep 17 00:00:00 2001 From: david Date: Fri, 13 Jan 2012 03:55:33 +0000 Subject: [PATCH] Add "soap" to shortport.http. Suggested by Gabe Lawrence. --- nselib/shortport.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/shortport.lua b/nselib/shortport.lua index a9b58a978..5f43e432a 100644 --- a/nselib/shortport.lua +++ b/nselib/shortport.lua @@ -168,7 +168,7 @@ end Litespeed webserver default ports: 8088 and 7080 --]] http = shortport.port_or_service({80, 443, 631, 7080, 8080, 8088, 5800, 3872, 8180, 8000}, - {"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent"}) + {"http", "https", "ipp", "http-alt", "vnc-http", "oem-agent", "soap"}) local LIKELY_SSL_PORTS = { 443, 465, 587, 636, 989, 990, 992, 993, 994, 995, 5061, 6679, 6697, 8443,