1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 21:59:02 +00:00

Make version scripts (with non shortport portrules) obey nmap.version_intensity() >= 7

This commit is contained in:
jay
2014-07-30 07:12:50 +00:00
parent 61d13e12d2
commit d93a78f502
7 changed files with 10 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ portrule = function(host, port)
and port.protocol == "tcp" and port.state == "open"
and port.version.name_confidence < 10
and not(shortport.port_is_excluded(port.number,port.protocol))
and nmap.version_intensity() >= 7
end
action = function(host, port)