Greenbone Vulnerability Management Libraries
11.0.1
|
Struct holding target information. More...
Data Fields | |
GSList * | credentials |
gchar * | exclude_hosts |
gchar * | hosts |
gchar * | ports |
gchar * | finished_hosts |
GSList* osp_target::credentials |
Definition at line 86 of file osp.c.
Referenced by target_append_as_xml().
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().
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().
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().
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().