Build OpenVAS

tags: public,build,openvas

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

Mikesplain's OpenVAS Docker

Feed Update Step

OpenVAS org - GreenBone

GreenBone Github

Following Step

sudo docker โ€“version

Download Docker on Mac

sudo docker --version

Pull Docker Image or Docker Run

  • Pull docker image
docker pull mikesplain/openvas
  • Or docker run
docker run -d -p 443:443 --name openvas mikesplain/openvas:9

Ref :https://hub.docker.com/r/mikesplain/openvas/

Update Feed

  • To run bash inside the container run
docker exec -it openvas bash
  • Feed Link Change
export COMMUNITY_NVT_RSYNC_FEED=rsync://$FEED:/nvt-feed
export COMMUNITY_CERT_RSYNC_FEED=rsync://$FEED:/cert-data
export COMMUNITY_SCAP_RSYNC_FEED=rsync://$FEED:/scap-data

  • Feed Update
greenbone-nvt-sync
openvasmd --rebuild --progress

greenbone-certdata-sync
greenbone-scapdata-sync
openvasmd --update --verbose --progress

/etc/init.d/openvas-manager restart
/etc/init.d/openvas-scanner restart

Open OpenVAS Portal

  • Open Login Page , it will be localhost or other following your setting when container running.

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More โ†’

    • The Default account & password on OpenVAS
      acc : admin
      pw : admin
  • Go Extras -> Feed Status

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More โ†’

    • Make sure you feed was up-to-date
  • Click Scans -> Task -> Wizard -> Advanced Task Wizard

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More โ†’

Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’

  • Setup what you needed than Scan it

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More โ†’

  • Go to Scans -> Result to get your report


Image Not Showing Possible Reasons
  • The image was uploaded to a note which you don't have access to
  • The note which the image was originally uploaded to has been deleted
Learn More โ†’