Easiest Way to Install Greenbone Vulnerability Management (OpenVAS) on Ubuntu 22.04

Published: 22 December 2023
on channel: The Lazy SysAdmin
11,019
119

In this video, you will learn how to install GVM or Greenbone Vulnerabililty Management, previously known as OpenVAS.

Join this channel to get access to perks: https://www.youtube.com/@lazysysad/join

PLEASE SUBSCRIBE :)
PLEASE HIT LIKE IF IT HELPED :)

GIVE SUPPORT -   / lazysysad  
BUY ME A COFFEE - https://www.buymeacoffee.com/lazysysad
PAYPAL - https://paypal.me/lazysysad

Steps:
Install PostgreSQL
sudo apt -y install postgresql

Add the GVM repository
sudo add-apt-repository ppa:mrazavi/gvm

Install GVM
sudo apt -y install gvm

Create the notus directory
sudo mkdir /var/lib/notus
sudo chown gvm:gvm /var/lib/notus

Update the Greenbone feeds
sudo -u gvm -g gvm greenbone-nvt-sync
sudo -u gvm -g gvm greenbone-feed-sync-legacy --type CERT
sudo -u gvm -g gvm greenbone-feed-sync-legacy --type SCAP
sudo -u gvm -g gvm greenbone-feed-sync-legacy --type GVMD_DATA

Configure the Greenbone Security Assistant web interface.
sudo vi /etc/default/gsad

GSAD_ADDRESS=0.0.0.0
GSAD_OPTIONS=" "

Restart the Greenbone Security Assistant daemon
sudo systemctl restart gsad

Restart the GVM daemon.
sudo systemctl restart gvmd

Open your browser and input the IP of your server and port 9392 using HTTPS.
https://192.168.10.172:9392

Sign in
Username: admin
Password: admin

Go to Administration - Feed Status and check the status of the feeds

You should see that all feeds status are current.

Since this looks good, we can now proceed to create a scan.

Click on Scans, then tasks.

Then click on the wand icon, and select task wizard.

And then, input the IP address of the GVM server, then click on Start Scan.

Drop me your feedback and comments below.

That's all for now.

If this video helped you in any way, please like share and subscribe!

Thank you!!!


Watch video Easiest Way to Install Greenbone Vulnerability Management (OpenVAS) on Ubuntu 22.04 online without registration, duration hours minute second in high quality. This video was added by user The Lazy SysAdmin 22 December 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,019 once and liked it 119 people.