Self host OpenVAS on Docker Debian

OpenVAS play a crucial role in preventing cyber attacks that could cause significant damage to physical infrastructure, disrupt essential services, and even pose a threat to public safety. OpenVAS is an ideal choice of software for building a system that is fast, easy to use, and straightforward to manage.

Install via Docker

sudo docker run -d -p 443:443 -e PUBLIC_HOSTNAME=example.com -e OV_PASSWORD=1#$SW%~ --name openvas mikesplain/openvas

Be makesure you replace with your hostname and password.

Default username and password: admin

By default, you have to access https://localhost:443 to login

Add new Task and scan your machine for example.

Photo by Matthew Henry on Unsplash