mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 17:59:04 +00:00
Normalize some timeouts in scripts
Added use of stdnse.parse_timespec for timeout args. Used comm.lua
default timeouts in a couple cases. Corrected 2 cases of incorrect
documentation ("Default 60" when the default was 30 seconds).
This commit is contained in:
@@ -41,7 +41,7 @@ For more information about QNX QCONN, see:
|
||||
-- |_ http://metasploit.org/modules/exploit/unix/misc/qnx_qconn_exec
|
||||
--
|
||||
-- @args qconn-exec.timeout
|
||||
-- Set the timeout in seconds. The default value is 60.
|
||||
-- Set the timeout in seconds. The default value is 30.
|
||||
--
|
||||
-- @args qconn-exec.bytes
|
||||
-- Set the number of bytes to retrieve. The default value is 1024.
|
||||
|
||||
Reference in New Issue
Block a user