Sign inSign up

eeacms/openvas-pg

By eeacms

Updated about 8 years ago

OpenVAS container running on Fedora and using a PostgreSQL backend

Image
0

1.1K

eeacms/openvas-pg repository overview

eeacms/openvas-pg

Docker image for OpenVAS - slightly modified from mattias-ohlsson/openvas:

  • set to run openvas with HTTPS
  • enforced cipher order
  • added ssmtp RPM to send email alerts
  • added tini init

Run

  • Username: admin
  • Password: admin

List of variables that gsad can use as parameters in the startd script and their values:

unused: GSAD_LISTEN="--listen=127.0.0.1"

unused: GSAD_HTTP_ONLY="-http-only"

unused: GSAD_PORT="--port=9392"

GSAD_MLISTEN="--mlisten=127.0.0.1"

GSAD_MPORT="--mport=9390"

GSAD_KEY="--ssl-private-key=/etc/pki/openvas/private/CA/serverkey.pem"

GSAD_CERT="--ssl-certificate=/etc/pki/openvas/CA/servercert.pem"

TLS_PRIORITIES="--gnutls-priorities=SECURE128:-AES-128-CBC:-CAMELLIA-128-CBC:-VERS-SSL3.0:-VERS-TLS1.0"

You can also add a $SMTP_SERVER in your environment and it will be replaced in the ssmtp configuration

Create a new OpenVAS container
docker create --network=host --name=openvas eeacms/openvas-pg
Start your container
docker start openvas
Update feed
docker exec openvas update
View logs
docker logs --follow openvas

Tag summary

Content type

Image

Digest

Size

952.6 MB

Last updated

about 8 years ago

docker pull eeacms/openvas-pg:v1.4