mirror of
https://github.com/nmap/nmap.git
synced 2026-02-15 01:46:35 +00:00
minor bugfix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user