OpenVAS Scanner
23.23.1
src
attack.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2023 Greenbone AG
2
* SPDX-FileCopyrightText: 2006 Software in the Public Interest, Inc.
3
* SPDX-FileCopyrightText: 1998-2006 Tenable Network Security, Inc.
4
*
5
* SPDX-License-Identifier: GPL-2.0-only
6
*/
7
12
13
#ifndef OPENVAS_ATTACK_H
14
#define OPENVAS_ATTACK_H
15
16
#include "
../misc/scanneraux.h
"
17
18
#include <gvm/util/kb.h>
19
20
int
21
attack_network
(
struct
scan_globals
*);
22
23
#endif
attack_network
int attack_network(struct scan_globals *)
Attack a whole network. return 0 on successes, -1 if there was a critical error.
Definition
attack.c:1170
scanneraux.h
Auxiliary structures for scanner.
scan_globals
Definition
scanneraux.h:19
Generated on
for OpenVAS Scanner by
1.14.0