OpenVAS Quick Guide
Install free Openvas vulnerability scanner using docker and how to perform a scan
apt-get update && apt-get upgrade -y
apt-get install docker.io -y
docker run -d -p 443:443 --name openvas mikesplain/openvas

Now you need to update the vulnerability database. Run the following commands one by one:

How to perform a scan:






Troubleshooting:

REFERENCES
Last updated