OpenVAS Libraries
8.0.3
|
Store host information. More...
Data Fields | |
gchar * | addr |
gchar * | state |
gchar * | best_os |
gchar * | tcpseq_index |
gchar * | tcpseq_difficulty |
gchar * | ipidseq |
int | distance |
struct traceroute_hop | trace [MAX_TRACE_HOPS] |
int | os_confidence |
GSList * | host_scripts |
GSList * | ports |
GSList * | os_cpes |
Store host information.
Most entries are represented as gchar* despite they represent numbers. Conversion would be overkill as these entries are read as strings and reported as strings as well.
gchar* nmap_host::addr |
Host IP address.
gchar* nmap_host::best_os |
Best OS fingerprinting guess.
int nmap_host::distance |
Hop count to the target.
GSList* nmap_host::host_scripts |
List of related host script results.
gchar* nmap_host::ipidseq |
IP ID sequence.
int nmap_host::os_confidence |
OS detection confidence score.
GSList* nmap_host::os_cpes |
List of CPEs gathered during OS fingerprinting.
GSList* nmap_host::ports |
List of ports.
gchar* nmap_host::state |
Host aliveness.
gchar* nmap_host::tcpseq_difficulty |
TCP sequence prediction difficulty.
gchar* nmap_host::tcpseq_index |
TCP sequence index.
struct traceroute_hop nmap_host::trace[MAX_TRACE_HOPS] |
Traceroute results.