OpenVAS Libraries  9.0.2
Data Fields
nmap_host Struct Reference

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
 

Detailed Description

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.

Field Documentation

§ addr

gchar* nmap_host::addr

Host IP address.

§ best_os

gchar* nmap_host::best_os

Best OS fingerprinting guess.

§ distance

int nmap_host::distance

Hop count to the target.

§ host_scripts

GSList* nmap_host::host_scripts

List of related host script results.

§ ipidseq

gchar* nmap_host::ipidseq

IP ID sequence.

§ os_confidence

int nmap_host::os_confidence

OS detection confidence score.

§ os_cpes

GSList* nmap_host::os_cpes

List of CPEs gathered during OS fingerprinting.

§ ports

GSList* nmap_host::ports

List of ports.

§ state

gchar* nmap_host::state

Host aliveness.

§ tcpseq_difficulty

gchar* nmap_host::tcpseq_difficulty

TCP sequence prediction difficulty.

§ tcpseq_index

gchar* nmap_host::tcpseq_index

TCP sequence index.

§ trace

struct traceroute_hop nmap_host::trace[MAX_TRACE_HOPS]

Traceroute results.


The documentation for this struct was generated from the following file: