mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove an ineffectual setting of port.version.fingerprint to nil in
scripts/PPTPversion.nse.
This commit is contained in:
parent
9ff7acfe0e
commit
f32ed8acfe
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue