OpenVAS

Vulnerability Scanning with OpenVas

OpenVas is an open source vulnerability scanner that can test a system for security holes using a database of over 53’0000 test plugins. We can install it directly into kali Linux or use a docker image instead. I'll not cover the topic here howto install or use OpenVas.

If you want to give it a try, you can use the following docker image:

https://github.com/mikesplain/openvas-docker

The advantage of a tool like OpenVas is that you get nicer reports and the vulnerabilities are categorized in high, medium and low. But running OpenVas can be very ressource intense and the scanning process can be very time intense.

Setup

Tbd

Last updated