OpenVAS on Ubuntu 19.10 (eoan)

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
First:
Code:
apt update
apt upgrade -y

Now we install OpenVAS and dependencies:
Code:
apt install rpm nsis net-tools xsltproc sqlite3 openvas nmap -y
greenbone-nvt-sync
openvasmd --create-user=ciphers --role=Admin && openvasmd --user=ciphers --new-password=ciphers
greenbone-scapdata-sync
greenbone-certdata-sync
gsad
openvasmd
openvas-check-setup

This should really do it for you, load your host IP with https://host-ip

If any issues, let me know. This should allow you to launch vulnerability scans on your own hosts to keep yourself patched from common threats!
 
Top