Sign inSign up

aqual1te/gvm

By aqual1te

Updated over 5 years ago

GVM/OpenVAS from source

Image
0

1.8K

aqual1te/gvm repository overview

Greenbone Vulnerability Manager (GVM) - Source Edition

Run the container with the following command: podman run -it --rm -p 9392:9392 -v gvm-sync:/usr/local/var/lib -v gvm-postgres:/var/lib/postgresql --cap-add=NET_RAW docker.io/aqual1te/gvm:latest. Then wait for the rsync to finish (first run will take a while) and then open the following link in your browser: https://localhost:9392

Default credentials:

  • Username: admin
  • Password: admin

In order to override the default password "admin" with "test123123", provide the following Podman command argument --env password="test123123". Other environment variables can also change the behavior inside the container, check entrypoint.sh.

In case the initial NVT sync needs to be skipped, add the --env initial_nvt_sync=0. The NVT sync will then only be triggered by the daily cron.

For more detailed information about this container, check the installation instructions and architecture overview.

Upcoming features

Docker compose/Kubernetes

A Docker compose and a Kubernetes solution is in the works. Environment variables will be easier to use by using a .env file. Furthermore, the GVM components will be separate containers for easier troubleshooting and updates.

Tag summary

Content type

Image

Digest

Size

579.8 MB

Last updated

over 5 years ago

docker pull aqual1te/gvm