OpenVAS Scanner 23.23.1
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
20int
22
23#endif
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
Auxiliary structures for scanner.
Definition scanneraux.h:19