OpenVAS

OpenVAS Open-Source Vulnerability Scanner

Installation

apt-get update -y
apt-get dist-upgrade -y
apt-get install openvas -y

# Setting Up
openvas-setup
# Open https://localhost:9392/ and login with the given User and Pass

Docker

docker build -t <image-name> -f .docker/prod.Dockerfile .

Usage

Last updated