mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Documentation for script-timeout. Closes #385
This commit is contained in:
parent
cd0b373130
commit
6dc2617714
1 changed files with 18 additions and 0 deletions
|
|
@ -2784,6 +2784,24 @@ for that host.</para>
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--script-timeout <replaceable>time</replaceable></option>
|
||||
<indexterm><primary><option>--script-timeout</option></primary></indexterm>
|
||||
</term>
|
||||
<listitem>
|
||||
|
||||
<para>Some scripts take <emphasis>long</emphasis> time before they complete their execution, this can happen due to many reasons
|
||||
maybe some bug in script, delay in the network or nature of the script itself(example:http-slowloris).
|
||||
If you want to keep some limit on time for which script should run then you need to specify
|
||||
<option>--script-timeout</option> with the maximum amount of time
|
||||
for which script should be run. Note that all scripts will have same timeout. Once script gets timed out
|
||||
no output for that script will be shown. Whether a script has timed out or not, can be seen in debug output.
|
||||
</para>
|
||||
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--scan-delay <replaceable>time</replaceable></option>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue