From 1c9c9cc8c75cb63390769f9fa491e29cb551e873 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 13 Apr 2012 04:23:42 +0000 Subject: [PATCH] NSEDoc revision in firewalk. --- scripts/firewalk.nse | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/firewalk.nse b/scripts/firewalk.nse index bd5689a71..0cb2fed36 100644 --- a/scripts/firewalk.nse +++ b/scripts/firewalk.nse @@ -38,11 +38,11 @@ firewalk tool. -- nmap --script=firewalk --traceroute --script-args=firewalk.max-probed-ports=7 -- -- --- @args firewalk.max-retries the maximum number of allowed retransmissions --- @args firewalk.recv-timeout the duration of the packets capture loop (in milliseconds) --- @args firewalk.probe-timeout validity period of a probe (in milliseconds) --- @args firewalk.max-active-probes maximum number of parallel active probes --- @args firewalk.max-probed-ports maximum number of ports to probe per protocol. Set to -1 to scan every filtered ports +-- @args firewalk.max-retries the maximum number of allowed retransmissions. +-- @args firewalk.recv-timeout the duration of the packets capture loop (in milliseconds). +-- @args firewalk.probe-timeout validity period of a probe (in milliseconds). +-- @args firewalk.max-active-probes maximum number of parallel active probes. +-- @args firewalk.max-probed-ports maximum number of ports to probe per protocol. Set to -1 to scan every filtered port. -- -- -- @output