mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
minor bugfix
This commit is contained in:
parent
fb3486ceb4
commit
ba156b1ac5
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue