greenbone / gvmd

Greenbone Vulnerability Manager - The database backend for the Greenbone Community Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greenbone Logo

Greenbone Vulnerability Manager

GitHub releases codecov Build and Test Docker Pulls Docker Image Size Twitter Badge

The Greenbone Vulnerability Manager is the central management service between security scanners and the user clients.

It manages the storage of any vulnerability management configurations and of the scan results. Access to data, control commands and workflows is offered via the XML-based Greenbone Management Protocol (GMP). Controlling scanners like OpenVAS is done via the Open Scanner Protocol (OSP).

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 and Usage

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 gvmd and for connecting gvmd to vulnerability scanners and to the GSA web interface.

In case everything was installed using the defaults, then starting the manager daemon can be done with this simple command:

gvmd

To see all available command line options of gvmd enter this command:

gvmd --help

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.

Support

For any question on the usage of gvmd 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. Bigger changes need to be discussed with the development team via the issues section at GitHub first.

License

Copyright (C) 2009-2022 Greenbone AG

Licensed under the GNU Affero General Public License v3.0 or later.

About

Greenbone Vulnerability Manager - The database backend for the Greenbone Community Edition

License:GNU Affero General Public License v3.0


Languages

Language:C 90.7%Language:Shell 6.6%Language:CMake 1.3%Language:XSLT 1.1%Language:Python 0.2%Language:Dockerfile 0.1%