OpenVAS Scanner  7.0.1~git
attack_start_args Struct Reference
Collaboration diagram for attack_start_args:
Collaboration graph

Data Fields

struct scan_globalsglobals
 
plugins_scheduler_t sched
 
kb_t * net_kb
 
kb_t host_kb
 
gvm_host_t * host
 

Detailed Description

Bundles information about target(s), configuration (globals struct) and scheduler.

Definition at line 82 of file attack.c.

Field Documentation

◆ globals

struct scan_globals* attack_start_args::globals

Definition at line 84 of file attack.c.

Referenced by attack_network(), and attack_start().

◆ host

gvm_host_t* attack_start_args::host

Definition at line 88 of file attack.c.

Referenced by attack_network(), and attack_start().

◆ host_kb

kb_t attack_start_args::host_kb

Definition at line 87 of file attack.c.

Referenced by attack_network(), and attack_start().

◆ net_kb

kb_t* attack_start_args::net_kb

Definition at line 86 of file attack.c.

Referenced by attack_network(), and attack_start().

◆ sched

plugins_scheduler_t attack_start_args::sched

Definition at line 85 of file attack.c.

Referenced by attack_network(), and attack_start().


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