From ba156b1ac5dadd725b10dd0a078fa5fca0acc996 Mon Sep 17 00:00:00 2001 From: diman Date: Sat, 5 May 2007 07:59:27 +0000 Subject: [PATCH] minor bugfix --- scripts/SSLv2-support.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/SSLv2-support.nse b/scripts/SSLv2-support.nse index e3b7efb07..9f666be2e 100644 --- a/scripts/SSLv2-support.nse +++ b/scripts/SSLv2-support.nse @@ -8,6 +8,7 @@ categories = {"intrusive"} portrule = function(host, port) if ( port.number == 443 or port.service == "ssl/http" + or port.service == "ssl" or port.service == "https") and port.protocol == "tcp" and port.state == "open"