|
Greenbone Vulnerability Management Libraries 22.32.0
|
Struct holding target information. More...

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 |
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| 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().
| int osp_target::reverse_lookup_unify |
Definition at line 85 of file osp.c.
Referenced by osp_target_new(), and target_append_as_xml().
| 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().
| 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().