mirror of
https://github.com/nmap/nmap.git
synced 2026-01-20 05:09:02 +00:00
Mark a service as tftp if tftp-enum says it is
This commit is contained in:
@@ -171,6 +171,7 @@ action = function(host, port)
|
||||
|
||||
stdnse.debug1("tftp detected")
|
||||
|
||||
port.service = "tftp"
|
||||
nmap.set_port_state(host, port, "open")
|
||||
|
||||
local results = {}
|
||||
|
||||
Reference in New Issue
Block a user