1
0
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:
fyodor
2008-06-14 00:22:05 +00:00
parent 9c646a4873
commit ac12ab6b41
3 changed files with 23 additions and 0 deletions

View File

@@ -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>