mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Be more explicit about how to enable newtargets.
This commit is contained in:
parent
cf2d0b5e5c
commit
bc6468b246
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ is 0. The payload is consisted of random bytes.
|
|||
-- | broadcast-ping:
|
||||
-- | IP: 192.168.1.1 MAC: 00:23:69:2a:b1:25
|
||||
-- | IP: 192.168.1.106 MAC: 1c:65:9d:88:d8:36
|
||||
-- |_ Use the newtargets script-arg to add the results as targets
|
||||
-- |_ Use --script-args=newtargets to add the results as targets
|
||||
--
|
||||
--
|
||||
|
||||
|
|
@ -267,7 +267,7 @@ action = function()
|
|||
if #output > 0 then
|
||||
output = { tab.dump(output) }
|
||||
if not target.ALLOW_NEW_TARGETS then
|
||||
output[#output + 1] = "Use the newtargets script-arg to add the results as targets"
|
||||
output[#output + 1] = "Use --script-args=newtargets to add the results as targets"
|
||||
end
|
||||
return stdnse.format_output(true, output)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue