OpenVAS Scanner 22.7.9
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
13#ifndef OPENVAS_ATTACK_H
14#define OPENVAS_ATTACK_H
15
16#include "../misc/scanneraux.h"
17
18#include <gvm/util/kb.h>
19
20void
22
23#endif
void attack_network(struct scan_globals *)
Attack a whole network.
Definition: attack.c:1247