mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 23:49:03 +00:00
o Added a new timing_level() function to NSE which reports the Nmap
timing level from 0 to 5, as set by the Nmap -T option. The default is 3. [Thomas Buchanan]
This commit is contained in:
@@ -1961,6 +1961,18 @@ nmap.fetchfile("nmap-rpc")
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>nmap.timing_level()</option>
|
||||
<indexterm><primary>timing_level</primary><secondary><literal>nmap.timing_level</literal></secondary></indexterm></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Returns the timing level as a non-negative integer. Possible return
|
||||
values vary from 0 to 5, corresponding to the six built-in Nmap
|
||||
timing templates. The timing level can be set with the
|
||||
<option>-T</option> option<bookex> (see <xref linkend="man-performance"/>)</bookex>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
Reference in New Issue
Block a user