No description
  • Rust 52%
  • C 34.5%
  • NASL 10.2%
  • Yacc 0.8%
  • Shell 0.7%
  • Other 1.7%
Find a file
Greenbone Bot ac312c6424
Some checks failed
CodeQL / Analyze (push) Waiting to run
push-container.yml / Automated commit: change version from 23.47.1 -> 23.47.2 (push) Failing after 0s
push-helm-chart.yml / Automated commit: change version from 23.47.1 -> 23.47.2 (push) Failing after 0s
release.yml / Automated commit: change version from 23.47.1 -> 23.47.2 (push) Failing after 0s
SBOM upload / SBOM-upload (push) Waiting to run
Automated commit: change version from 23.47.1 -> 23.47.2
2026-06-29 08:01:20 +00:00
.devcontainer Fix typos (#2177) 2026-03-31 13:01:52 +02:00
.docker Add: pypsrp-cli into container 2026-06-24 13:05:42 +02:00
.github Chore(deps): Bump actions/checkout 2026-06-23 09:16:03 +00:00
charts Automated commit: change version from 23.47.1 -> 23.47.2 2026-06-29 08:01:20 +00:00
cmake
compose Merge pull request #2204 from greenbone/cleanup 2026-05-12 13:07:07 +02:00
config
doc Fix broken md link from other PR 2026-06-11 11:41:05 +02:00
misc Fix C formatting 2026-06-23 10:26:55 +02:00
nasl Fix C formatting 2026-06-23 10:26:55 +02:00
RELICENSE Fix dead link to the authentication methods in the installation guide (#2226) 2026-06-04 08:15:35 -03:00
rust Fix: KRB5 credential type. 2026-06-26 13:34:19 -03:00
smoketest_lint Fix typos (#2177) 2026-03-31 13:01:52 +02:00
src Fix C formatting 2026-06-23 10:26:55 +02:00
.clang-format
.codecov.yml
.dockerignore
.gitignore Chore: vendor krb5/libpcap sources for prod image builds 2026-06-08 05:44:03 +00:00
.mergify.yml
.pontos-header-ignore
CHANGELOG.md
changelog.toml
check.sh Fix license header script 2026-06-24 11:28:28 +02:00
CMakeLists.txt Automated commit: change version from 23.47.1 -> 23.47.2 2026-06-29 08:01:20 +00:00
CONVENTIONAL-COMMITS.md
COPYING
INSTALL.md
license-details.md
README.md Fix broken links in .md files. 2026-06-11 10:37:15 +02:00
release_tag.toml
VERSION.in

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 at ghcr.io/greenbone/openvas-scanner:stable. 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.