mirror of
https://github.com/nmap/nmap.git
synced 2026-01-18 12:19:02 +00:00
o [NSE] Added a "times" table to the host table passed to scripts.
This table contains Nmap's timing data (srtt, the smoothed round trip time; rttvar, the rtt variance; and timeout), all represented as floating-point seconds. The ipidseq and qscan scripts were updated to utilize the host's timeout value instead of the very conservative guess of 3 seconds for read timeouts. [Kris]
This commit is contained in:
@@ -1425,6 +1425,19 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>host.times</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>This table contains Nmap's timing data for the host (see
|
||||
<xref linkend="scan-methods-rtt"/>). This includes "srtt" (smoothed
|
||||
round trip time), "rttvar" (round trip time variance), and "timeout"
|
||||
(the probe timeout), all given in floating-point seconds.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>port</option>
|
||||
</term>
|
||||
|
||||
Reference in New Issue
Block a user