Greenbone Vulnerability Management Libraries  11.0.1
osp_target Struct Reference

Struct holding target information. More...

Collaboration diagram for osp_target:
Collaboration graph

Data Fields

GSList * credentials
 
gchar * exclude_hosts
 
gchar * hosts
 
gchar * ports
 
gchar * finished_hosts
 

Detailed Description

Struct holding target information.

Definition at line 84 of file osp.c.

Field Documentation

◆ credentials

GSList* osp_target::credentials

Definition at line 86 of file osp.c.

Referenced by target_append_as_xml().

◆ exclude_hosts

gchar* osp_target::exclude_hosts

Credentials to use in the scan

Definition at line 87 of file osp.c.

Referenced by target_append_as_xml().

◆ finished_hosts

gchar* osp_target::finished_hosts

String defining the ports to scan

Definition at line 90 of file osp.c.

Referenced by target_append_as_xml().

◆ hosts

gchar* osp_target::hosts

String defining one or many hosts to exclude

Definition at line 88 of file osp.c.

Referenced by target_append_as_xml().

◆ ports

gchar* osp_target::ports

String defining one or many hosts to scan

Definition at line 89 of file osp.c.

Referenced by target_append_as_xml().


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