• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H11-Oct-2021-110109

.docker/H11-Oct-2021-4333

.github/H11-Oct-2021-637576

cmake/H11-Oct-2021-4943

config/H11-Oct-2021-1,37263

doc/H03-May-2022-8,0826,278

misc/H03-May-2022-6,0324,343

nasl/H03-May-2022-41,04129,426

src/H03-May-2022-5,5983,663

tools/H03-May-2022-594437

.clang-formatH A D11-Oct-20211.3 KiB4946

.codecov.ymlH A D11-Oct-202113 21

.gitignoreH A D11-Oct-202186 65

CHANGELOG.mdH A D11-Oct-202123 KiB347279

COPYINGH A D11-Oct-20214.4 KiB173161

COPYING.GPLv2H A D11-Oct-202117.6 KiB341281

INSTALL.mdH A D11-Oct-20218.5 KiB252178

README.mdH A D11-Oct-20213 KiB6546

VERSION.inH A D11-Oct-202123 11

README.md

1![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_logo_resilience_horizontal.png)
2
3# OpenVAS
4
5[![GitHub releases](https://img.shields.io/github/release/greenbone/openvas.svg)](https://github.com/greenbone/openvas/releases)
6[![Code Documentation Coverage](https://img.shields.io/codecov/c/github/greenbone/openvas/openvas-21.04.svg?label=Doc%20Coverage&logo=codecov)](https://codecov.io/gh/greenbone/openvas)
7[![Build and test](https://github.com/greenbone/openvas-scanner/actions/workflows/ci-c.yml/badge.svg?branch=openvas-21.04)](https://github.com/greenbone/openvas-scanner/actions/workflows/ci-c.yml?query=branch%3Aopenvas-21.04++)
8
9This is the Open Vulnerability Assessment Scanner (OpenVAS) of the
10Greenbone Vulnerability Management (GVM) Solution.
11
12It is used for the Greenbone Security Manager appliances and is a full-featured
13scan engine that executes a continuously updated and extended feed of Network
14Vulnerability Tests (NVTs).
15
16## Releases
1718All [release files](https://github.com/greenbone/openvas/releases) are signed with
19the [Greenbone Community Feed integrity key](https://community.greenbone.net/t/gcf-managing-the-digital-signatures/101).
20This gpg key can be downloaded at https://www.greenbone.net/GBCommunitySigningKey.asc
21and the fingerprint is `8AE4 BE42 9B60 A59B 311C  2E73 9823 FAA6 0ED1 E580`.
22
23## Installation
24
25This module can be configured, built and installed with following commands:
26
27    cmake .
28    make install
29
30For detailed installation requirements and instructions, please see the file
31[INSTALL.md](INSTALL.md). The file also contains instructions for setting up
32`openvas` and for making the scanner available to other GVM modules.
33
34If you are not familiar or comfortable building from source code, we recommend
35that you use the Greenbone Security Manager TRIAL (GSM TRIAL), a prepared virtual
36machine with a readily available setup. Information regarding the virtual machine
37is available at <https://www.greenbone.net/en/testnow>.
38
39## Support
40
41For any question on the usage of `openvas` please use the [Greenbone
42Community Portal](https://community.greenbone.net/c/gse). If you found a problem
43with the software, please [create an
44issue](https://github.com/greenbone/openvas-scanner/issues) on GitHub. If you
45are a Greenbone customer you may alternatively or additionally forward your
46issue to the Greenbone Support Portal.
47
48## Maintainer
49
50This project is maintained by [Greenbone Networks GmbH](https://www.greenbone.net/).
51
52## Contributing
53
54Your contributions are highly appreciated. Please [create a pull
55request](https://github.com/greenbone/openvas/pulls) on GitHub. Bigger
56changes need to be discussed with the development team via the [issues section
57at GitHub](https://github.com/greenbone/openvas/issues) first.
58
59## License
60
61This module is licensed under the [GNU General Public License v2.0
62only](COPYING.GPLv2). Single files, however, are licensed either the GNU General
63Public License v2.0 only or under GNU General Public License v2.0 or later,
64please see the [COPYING](COPYING) file for details.
65