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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user