mirror of
https://github.com/nmap/nmap.git
synced 2026-01-09 16:09:03 +00:00
Remove an ineffectual setting of port.version.fingerprint to nil in
scripts/PPTPversion.nse.
This commit is contained in:
@@ -79,7 +79,6 @@ action = function(host, port)
|
||||
if hostname ~= nil then port.version.hostname = hostname end
|
||||
|
||||
port.version.service_tunnel = "none"
|
||||
port.version.fingerprint = nil
|
||||
nmap.set_port_version(host, port, "hardmatched")
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user