OpenVAS Vulnerability Scanner
Installation:
- Pre-requisites: at least 16GB SD cardInstall OpenVAS:
apt-get install -y openvas
openvas-setup
openvasmd --user=admin --new-password=<enter password>
mkdir -p /etc/systemd/system/greenbone-security-assistant.service.d/
Create the file “/etc/systemd/system/greenbone-security-assistant.service.d/local.conf” with this content:
[Service]
ExecStart=
ExecStart=/usr/sbin/gsad --foreground --listen=0.0.0.0 --port=9392 --mlisten=127.0.0.1 --mport=9390
- Usage:Open web browser and connect to your Kali-Pi on port 9392.
