mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
o [NSE] Add a final note in the output about the 'newtargets' usage.
This commit is contained in:
@@ -79,6 +79,8 @@ action = function()
|
||||
table.insert(output,
|
||||
string.format("Successfully added %d new targets",
|
||||
tostring(sum)))
|
||||
else
|
||||
table.insert(output, "Use the 'newtargets' script-arg to add the results as targets")
|
||||
end
|
||||
return stdnse.format_output(true, output)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user