- Apr 25, 2015
- 1,845
- 2
- 2,199
- 327
First:
Now we install OpenVAS and dependencies:
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!
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!