mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Mark a service as tftp if tftp-enum says it is
This commit is contained in:
parent
d6ff72d9a3
commit
cfac127194
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ action = function(host, port)
|
|||
|
||||
stdnse.debug1("tftp detected")
|
||||
|
||||
port.service = "tftp"
|
||||
nmap.set_port_state(host, port, "open")
|
||||
|
||||
local results = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue