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"