mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
o [NSE] Host tables now have a host.traceroute member when --traceroute
is used. This array contains the IP address, reverse DNS name, and RTT for each traceroute hop. [Henri Doreau]
This commit is contained in:
@@ -1551,6 +1551,21 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>host.traceroute</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This is an array of traceroute hops, present when the
|
||||
<option>--traceroute</option> option was used. Each entry is a
|
||||
host table with fields <literal>name</literal>,
|
||||
<literal>ip</literal> and <literal>times.srtt</literal> (round
|
||||
trip time). The TTL for an entry is implicit given its position
|
||||
in the table. An empty table represents a timed-out hop.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>port</option>
|
||||
</term>
|
||||
|
||||
Reference in New Issue
Block a user