mirror of
https://github.com/nmap/nmap.git
synced 2026-01-11 00:49:02 +00:00
fix wrong function name noted by Tom Sellers
This commit is contained in:
@@ -3510,7 +3510,7 @@ action = function(host, port)<indexterm><primary sortas="action script variable"
|
||||
|
||||
port.version.service_tunnel = "none"
|
||||
port.version.fingerprint = nil
|
||||
nmap.setPortVersion(host, port, "hardmatched")
|
||||
nmap.set_port_version(host, port, "hardmatched")
|
||||
end
|
||||
end
|
||||
</programlisting>
|
||||
|
||||
Reference in New Issue
Block a user