OpenVAS Scanner
7.0.0~git
|
Data Fields | |
struct scan_globals * | globals |
plugins_scheduler_t | sched |
kb_t * | net_kb |
kb_t | host_kb |
gvm_host_t * | host |
Bundles information about target(s), configuration (globals struct) and scheduler.
struct scan_globals* attack_start_args::globals |
Definition at line 84 of file attack.c.
Referenced by attack_network(), and attack_start().
gvm_host_t* attack_start_args::host |
Definition at line 88 of file attack.c.
Referenced by attack_network(), and attack_start().
kb_t attack_start_args::host_kb |
Definition at line 87 of file attack.c.
Referenced by attack_network(), and attack_start().
kb_t* attack_start_args::net_kb |
Definition at line 86 of file attack.c.
Referenced by attack_network(), and attack_start().
plugins_scheduler_t attack_start_args::sched |
Definition at line 85 of file attack.c.
Referenced by attack_network(), and attack_start().