No description
Find a file
Greenbone Bot 24ca8aeabd
Some checks failed
push-container.yml / Automated commit: change version from 23.43.2 -> 23.43.3 (push) Failing after 0s
push-helm-chart.yml / Automated commit: change version from 23.43.2 -> 23.43.3 (push) Failing after 0s
release.yml / Automated commit: change version from 23.43.2 -> 23.43.3 (push) Failing after 0s
CodeQL / Analyze (push) Has been cancelled
SBOM upload / SBOM-upload (push) Has been cancelled
Automated commit: change version from 23.43.2 -> 23.43.3
2026-04-09 11:00:01 +00:00
.devcontainer Fix typos (#2177) 2026-03-31 13:01:52 +02:00
.docker Fix typos (#2177) 2026-03-31 13:01:52 +02:00
.github Fix: set and show openvasd version at start (#2181) 2026-04-06 07:15:47 -03:00
charts Automated commit: change version from 23.43.2 -> 23.43.3 2026-04-09 11:00:01 +00:00
cmake Adjust all license header to the new format (#1421) 2023-05-25 08:51:01 +02:00
compose Fix typos (#2177) 2026-03-31 13:01:52 +02:00
config Explicitly disable save in redis (#1199) 2022-09-23 09:16:24 +02:00
doc Fix typos (#2177) 2026-03-31 13:01:52 +02:00
misc Fix typos (#2177) 2026-03-31 13:01:52 +02:00
nasl Fix typos (#2177) 2026-03-31 13:01:52 +02:00
RELICENSE Fix typos (#2177) 2026-03-31 13:01:52 +02:00
rust Fix: set cryptographic backent for scannerctl (#2185) 2026-04-09 07:56:51 -03:00
smoketest_lint Fix typos (#2177) 2026-03-31 13:01:52 +02:00
src Fix typos (#2177) 2026-03-31 13:01:52 +02:00
.clang-format Update .clang-format to match template 2019-05-27 15:39:36 +02:00
.codecov.yml Disable Codecov Bot from commenting. 2019-01-31 11:49:48 +01:00
.dockerignore Add: Notus rust implementation and integrate it into openvasd 2023-12-05 16:04:09 +01:00
.gitignore Add: container-image-scanner retry-logic and concurrency handling 2026-01-15 11:44:44 +01:00
.mergify.yml master->main, openvas-21.04->stable, openvas-20.08->oldstable 2021-10-14 07:39:52 +02:00
.pontos-header-ignore Apply suggestions from code review 2022-02-02 10:56:57 +01:00
CHANGELOG.md Change 21.10 to 22.4 2022-02-22 12:25:38 +01:00
changelog.toml Add changelog.toml file for conventional commits 2022-02-22 12:25:38 +01:00
check_license_headers.bash Fix minor things in the script: 2025-01-09 12:25:36 +01:00
CMakeLists.txt Automated commit: change version from 23.43.2 -> 23.43.3 2026-04-09 11:00:01 +00:00
CONVENTIONAL-COMMITS.md Doc: document conventional commits and autolabel for automatic releases (#2180) 2026-03-25 10:11:21 +00:00
COPYING Update GPLv2+ license text 2025-07-08 13:23:27 +02:00
INSTALL.md Document requirement on libasan 2026-02-04 11:37:54 +01:00
license-details.md Remove: deprecated feed sync script 2024-03-11 14:16:33 +01:00
README.md Doc: document conventional commits and autolabel for automatic releases (#2180) 2026-03-25 10:11:21 +00:00
release_tag.toml Review findings 2024-04-24 15:30:35 +02:00
VERSION.in * src/nasl_plugins.c, src/otp_1_0.c, src/preferences.c, 2011-01-11 20:33:45 +00:00

Greenbone Logo

OpenVAS Scanner

GitHub releases Docker Pulls Docker Image Size CI

This is the OpenVAS Scanner of the Greenbone Community Edition.

It is used for the Greenbone Enterprise appliances and is a full-featured scan engine that executes a continuously updated and extended feed of Vulnerability Tests (VTs).

Releases

All release files are signed with the Greenbone Community Feed integrity key. This gpg key can be downloaded at https://www.greenbone.net/GBCommunitySigningKey.asc and the fingerprint is 8AE4 BE42 9B60 A59B 311C 2E73 9823 FAA6 0ED1 E580.

Installation

This module can be configured, built and installed with following commands:

cmake .
make install

For detailed installation requirements and instructions, please see the file INSTALL.md. The file also contains instructions for setting up openvas and for making the scanner available to other GVM modules.

If you are not familiar or comfortable building from source code, we recommend that you use the Greenbone Enterprise TRIAL, a prepared virtual machine with a readily available setup. Information regarding the virtual machine is available at https://www.greenbone.net/en/testnow.

Rust Implementation

This repository also consists of a rust project aiming to replace the current scanner stack (openvas-scanner, ospd-openvas, notus-scanner). It simplifies the use of the scanner and centralizes everything needed for scanning. Currently it uses the openvas-scanner as scan engine.

Docker, Greenbone Community Containers

If you want to use the docker files provided in this repository you can pull them from the Greenbone registry. You can also locally build them using:

docker build -t <image-name> -f .docker/prod.Dockerfile .

For more information about building docker images, see official man. We also provide a fully containerized solution for the Greenbone Community Edition.

Please beware: The Greenbone Community Container are currently under development.

Support

For any question on the usage of openvas please use the Greenbone Community Portal. If you found a problem with the software, please create an issue on GitHub. If you are a Greenbone customer you may alternatively or additionally forward your issue to the Greenbone Support Portal.

Maintainer

This project is maintained by Greenbone AG.

Contributing

Your contributions are highly appreciated. Please create a pull request on GitHub. Remember to commit the contribution agreement as explained in RELICENSING folder with your first PR. Bigger changes should be discussed with the development team via the issues section at GitHub first. Since the project has an autolabel for releases (patch, minor and major), commit messages should follow the rules explained in conventional commit rules document.

License

This repository consists of two scanner implementation, one in programming language C and one in programming language Rust.

This module except for the Rust-implementation in directory rust/ is licensed under the GNU General Public License v2.0 only. Single files, however, are licensed either under the GNU General Public License v2.0 only or under GNU General Public License v2.0 or later, please see the license-details.md file for details.

The Rust-implementation in directory rust/ is licensed under the GNU General Public License v2.0 or later with OpenSSL exception. Single files, however, are additionally licensed under MIT.