User Tools

Site Tools


toolsandtechnologies:greenbone_security_assistant

This is an old revision of the document!


Greenbone Security Assistant

Details

Accessible at Greenbone

Feed Status

Visible at feed status page

To update/refresh the feeds (when they become outdated):

  1. Login to server as ubuntu@
  2. Run `docker restart greenbone`
  3. Wait for the feeds to update and Greenbone to stand up

Run `docker logs greenbone -f` to follow logs.

New Install / Initial execution

Follow the instructions with the persistent volume here: https://immauss.github.io/openvas/

10/May - instructions contains were Start the container with a persistent volume:

docker run –detach –publish 8080:9392 -e PASSWORD=“Your admin password here” –volume openvas:/data –name openvas immauss/openvas

You can use whatever –name you’d like but for the sake of this guide we’re using openvas.

The –publish 8080:9392 option will port forward 8080 on the host to 9392 (the container web interface port) in the docker container. Port 8080 was chosen only to avoid conflicts with any existing OpenVAS/GVM installation. You can change 8080 to any available port that you`d like.

Note, the current startup parameters are

docker run –name=openvas \

  1. -env=PASSWORD=ozzrules \
  2. -volume=openvas:/data \
  3. p 8080:9392 \
  4. -restart=no \
  5. -runtime=runc \
  6. -detach=true \

immauss/openvas


toolsandtechnologies/greenbone_security_assistant.1683740736.txt.gz · Last modified: 2023/05/10 18:45 by aryan