Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.circleci/ | H | 11-Oct-2021 | - | 110 | 109 | |
.docker/ | H | 11-Oct-2021 | - | 43 | 33 | |
.github/ | H | 11-Oct-2021 | - | 637 | 576 | |
cmake/ | H | 11-Oct-2021 | - | 49 | 43 | |
config/ | H | 11-Oct-2021 | - | 1,372 | 63 | |
doc/ | H | 03-May-2022 | - | 8,082 | 6,278 | |
misc/ | H | 03-May-2022 | - | 6,032 | 4,343 | |
nasl/ | H | 03-May-2022 | - | 41,041 | 29,426 | |
src/ | H | 03-May-2022 | - | 5,598 | 3,663 | |
tools/ | H | 03-May-2022 | - | 594 | 437 | |
.clang-format | H A D | 11-Oct-2021 | 1.3 KiB | 49 | 46 | |
.codecov.yml | H A D | 11-Oct-2021 | 13 | 2 | 1 | |
.gitignore | H A D | 11-Oct-2021 | 86 | 6 | 5 | |
CHANGELOG.md | H A D | 11-Oct-2021 | 23 KiB | 347 | 279 | |
COPYING | H A D | 11-Oct-2021 | 4.4 KiB | 173 | 161 | |
COPYING.GPLv2 | H A D | 11-Oct-2021 | 17.6 KiB | 341 | 281 | |
INSTALL.md | H A D | 11-Oct-2021 | 8.5 KiB | 252 | 178 | |
README.md | H A D | 11-Oct-2021 | 3 KiB | 65 | 46 | |
VERSION.in | H A D | 11-Oct-2021 | 23 | 1 | 1 |
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 17 18All [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