Vulnerability assessment is an essential part of IT best practices. But it's not only running an assessment, you need to analyze and determine how the scan results are applicable to you and implement the proper security measures to mitigate the risk.
In this video we're installing and running Openvas from a docker in Ubuntu for you to see one of the many ways you can have a vulnerability scan running in minutes.
The commands to download and the container are:
1. apt install docker.io
2. docker run -d -p 443:443 --name openvas mikesplain/openvas
3. connect to the loopback interface - https://127.0.0.1
4. log in as username: admin, password: admin