OpenVAS on Ubuntu 19.10 (eoan)

Mega Carder

Guru
BFD MEMBER
LEGEND
ULTIMATE
SELLER
SUPREME
MEMBER
BFD Legacy
Joined
Mar 14, 2025
Messages
1,348
Reaction score
15,584
Deposit
6,350$
First:
Code:
Code:
apt update
apt upgrade -y

Now we install OpenVAS and dependencies:
Code:
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 Bottom