mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Provide raw OS fingerprint to scripts. See #223
This commit is contained in:
parent
e0042ac7e3
commit
42fc53fbbf
2 changed files with 28 additions and 11 deletions
|
|
@ -1912,6 +1912,17 @@ host.os = {
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>host.os_fp</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>If OS detection was performed, this is a string containing the OS
|
||||
fingerprint for the host. The format is described in
|
||||
<xref linkend="osdetect-fingerprint-format"/>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>port</option>
|
||||
</term>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue