1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-15 01:46:35 +00:00

minor bugfix

This commit is contained in:
diman
2007-05-05 07:59:27 +00:00
parent fb3486ceb4
commit ba156b1ac5

View File

@@ -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"