|
Greenbone Vulnerability Management Libraries 22.25.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 |
Struct holding target information.
| int osp_target::alive_test |
String defining hosts to exclude as finished
| gboolean osp_target::arp |
| gboolean osp_target::consider_alive |
| GSList* osp_target::credentials |
| gchar* osp_target::exclude_hosts |
Credentials to use in the scan
| gchar* osp_target::finished_hosts |
String defining the ports to scan
| gchar* osp_target::hosts |
String defining one or many hosts to exclude
| gboolean osp_target::icmp |
Value defining an alive test method
| gchar* osp_target::ports |
String defining one or many hosts to scan
| int osp_target::reverse_lookup_only |
Value defining reverse_lookup_unify opt
| int osp_target::reverse_lookup_unify |
| gboolean osp_target::tcp_ack |
| gboolean osp_target::tcp_syn |