Greenbone Vulnerability Management Libraries 22.32.0
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
int alive_test
gboolean icmp
gboolean tcp_syn
gboolean tcp_ack
gboolean arp
gboolean consider_alive
int reverse_lookup_unify
int reverse_lookup_only

Detailed Description

Struct holding target information.

Definition at line 70 of file osp.c.

Field Documentation

◆ alive_test

int osp_target::alive_test

String defining hosts to exclude as finished

Definition at line 79 of file osp.c.

Referenced by osp_target_new(), and target_append_as_xml().

◆ arp

gboolean osp_target::arp

Definition at line 83 of file osp.c.

Referenced by Ensure(), osp_target_add_alive_test_methods(), and target_append_as_xml().

◆ consider_alive

gboolean osp_target::consider_alive

Definition at line 84 of file osp.c.

Referenced by Ensure(), osp_target_add_alive_test_methods(), and target_append_as_xml().

◆ credentials

GSList* osp_target::credentials

Definition at line 72 of file osp.c.

Referenced by osp_target_add_credential(), osp_target_free(), and target_append_as_xml().

◆ exclude_hosts

gchar* osp_target::exclude_hosts

Credentials to use in the scan

Definition at line 73 of file osp.c.

Referenced by osp_target_free(), osp_target_new(), and target_append_as_xml().

◆ finished_hosts

gchar* osp_target::finished_hosts

String defining the ports to scan

Definition at line 76 of file osp.c.

Referenced by osp_target_new(), osp_target_set_finished_hosts(), and target_append_as_xml().

◆ hosts

gchar* osp_target::hosts

String defining one or many hosts to exclude

Definition at line 74 of file osp.c.

Referenced by osp_target_free(), osp_target_new(), and target_append_as_xml().

◆ icmp

gboolean osp_target::icmp

Value defining an alive test method

Definition at line 80 of file osp.c.

Referenced by Ensure(), osp_target_add_alive_test_methods(), and target_append_as_xml().

◆ ports

gchar* osp_target::ports

String defining one or many hosts to scan

Definition at line 75 of file osp.c.

Referenced by osp_target_free(), osp_target_new(), and target_append_as_xml().

◆ reverse_lookup_only

int osp_target::reverse_lookup_only

Value defining reverse_lookup_unify opt

Definition at line 86 of file osp.c.

Referenced by osp_target_new(), and target_append_as_xml().

◆ reverse_lookup_unify

int osp_target::reverse_lookup_unify

Definition at line 85 of file osp.c.

Referenced by osp_target_new(), and target_append_as_xml().

◆ tcp_ack

gboolean osp_target::tcp_ack

Definition at line 82 of file osp.c.

Referenced by Ensure(), osp_target_add_alive_test_methods(), and target_append_as_xml().

◆ tcp_syn

gboolean osp_target::tcp_syn

Definition at line 81 of file osp.c.

Referenced by Ensure(), osp_target_add_alive_test_methods(), and target_append_as_xml().


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