OpenVAS Libraries
8.0.3
|
Go to the source code of this file.
Macros | |
#define | ACT_LAST ACT_END |
NVT 'Categories', influence execution order of NVTs. More... | |
#define | ACT_FIRST ACT_INIT |
#define | ACT_UNKNOWN 11 |
#define | ACT_END 10 |
#define | ACT_FLOOD 9 |
#define | ACT_KILL_HOST 8 |
#define | ACT_DENIAL 7 |
#define | ACT_DESTRUCTIVE_ATTACK 6 |
#define | ACT_MIXED_ATTACK 5 |
#define | ACT_ATTACK 4 |
#define | ACT_GATHER_INFO 3 |
#define | ACT_SETTINGS 2 |
#define | ACT_SCANNER 1 |
#define | ACT_INIT 0 |
#define | ACT_STRING_INIT "init" |
#define | ACT_STRING_SCANNER "scanner" |
#define | ACT_STRING_SETTINGS "settings" |
#define | ACT_STRING_GATHER_INFO "infos" |
#define | ACT_STRING_ATTACK "attack" |
#define | ACT_STRING_MIXED_ATTACK "mixed" |
#define | ACT_STRING_DESTRUCTIVE_ATTACK "destructive_attack" |
#define | ACT_STRING_DENIAL "denial" |
#define | ACT_STRING_KILL_HOST "kill_host" |
#define | ACT_STRING_FLOOD "flood" |
#define | ACT_STRING_END "end" |
#define | ACT_STRING_UNKNOWN "unknown" |
#define | ACT_STRING_LIST_ALL |
This file contains defines for the categories of NVTs. Categories influence the execution order of NVTs (e.g. NVTs with category ACT_SCANNER are in principle executed first).
#define ACT_ATTACK 4 |
#define ACT_DENIAL 7 |
#define ACT_DESTRUCTIVE_ATTACK 6 |
#define ACT_END 10 |
#define ACT_FIRST ACT_INIT |
First plugins actions type.
#define ACT_FLOOD 9 |
#define ACT_GATHER_INFO 3 |
#define ACT_INIT 0 |
#define ACT_KILL_HOST 8 |
#define ACT_LAST ACT_END |
NVT 'Categories', influence execution order of NVTs.
Last plugins actions type.
#define ACT_MIXED_ATTACK 5 |
#define ACT_SCANNER 1 |
#define ACT_SETTINGS 2 |
#define ACT_STRING_ATTACK "attack" |
#define ACT_STRING_DENIAL "denial" |
#define ACT_STRING_DESTRUCTIVE_ATTACK "destructive_attack" |
#define ACT_STRING_END "end" |
#define ACT_STRING_FLOOD "flood" |
#define ACT_STRING_GATHER_INFO "infos" |
#define ACT_STRING_INIT "init" |
#define ACT_STRING_KILL_HOST "kill_host" |
#define ACT_STRING_LIST_ALL |
#define ACT_STRING_MIXED_ATTACK "mixed" |
#define ACT_STRING_SCANNER "scanner" |
#define ACT_STRING_SETTINGS "settings" |
#define ACT_STRING_UNKNOWN "unknown" |
#define ACT_UNKNOWN 11 |