mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 13:39:02 +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,
|
table.insert(output,
|
||||||
string.format("Successfully added %d new targets",
|
string.format("Successfully added %d new targets",
|
||||||
tostring(sum)))
|
tostring(sum)))
|
||||||
|
else
|
||||||
|
table.insert(output, "Use the 'newtargets' script-arg to add the results as targets")
|
||||||
end
|
end
|
||||||
return stdnse.format_output(true, output)
|
return stdnse.format_output(true, output)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user