OpenVAS container running on Fedora and using a PostgreSQL backend
1.1K
Docker image for OpenVAS - slightly modified from mattias-ohlsson/openvas:
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
docker create --network=host --name=openvas eeacms/openvas-pg
docker start openvas
docker exec openvas update
docker logs --follow openvas
Content type
Image
Digest
Size
952.6 MB
Last updated
about 8 years ago
docker pull eeacms/openvas-pg:v1.4