mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Remove " found" from tftp-enum output lines.
This commit is contained in:
@@ -193,9 +193,9 @@ action = function(host, port)
|
||||
for i, filename in ipairs(filenames) do
|
||||
local request_status = check_file_present(host, port, filename)
|
||||
if (request_status == FILE_FOUND) then
|
||||
table.insert(results, filename .. " found")
|
||||
table.insert(results, filename)
|
||||
end
|
||||
end
|
||||
|
||||
return stdnse.format_output(true, results)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user