mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
First-pass copyediting on the remaining scripts.
This commit is contained in:
@@ -23,9 +23,9 @@ description = [[
|
||||
-- @usage
|
||||
-- nmap --script qscan --script-args qscan.confidence=0.95,qscan.delay=200ms,qscan.numtrips=10 target
|
||||
--
|
||||
-- @args confidence Confidence level: 0.75, 0.9, 0.95, 0.975, 0.99, 0.995, 0.9995
|
||||
-- @args delay Average delay between packet sends. This is a number followed by <code>ms</code> for milliseconds or <code>s</code> for seconds. (<code>m</code> and <code>h</code> are also supported but are too long for timeouts.) The actual delay will randomly vary between 50% and 150% of the time specified. Default: 200ms.
|
||||
-- @args numtrips Number of round-trip times to try to get
|
||||
-- @args confidence Confidence level: <code>0.75</code>, <code>0.9</code>, <code>0.95</code>, <code>0.975</code>, <code>0.99</code>, <code>0.995</code>, or <code>0.9995</code>.
|
||||
-- @args delay Average delay between packet sends. This is a number followed by <code>ms</code> for milliseconds or <code>s</code> for seconds. (<code>m</code> and <code>h</code> are also supported but are too long for timeouts.) The actual delay will randomly vary between 50% and 150% of the time specified. Default: <code>200ms</code>.
|
||||
-- @args numtrips Number of round-trip times to try to get.
|
||||
--
|
||||
-- @output
|
||||
-- | qscan:
|
||||
|
||||
Reference in New Issue
Block a user