Greenbone GVM Vulnerability Scanner Setup with Kali Purple

Опубликовано: 26 Январь 2025
на канале: Shahid Foy
336
5

In this quick tutorial, I will show you how to set up and use Greenbone GVM with kali Purple to perform vulnerability scans on your home network. We will perform a scan on a metasploitable2 instance to see what kinds of vulnerabilities exist.

Features:

Identifies security vulnerabilities in routers, cameras, and IoT devices
Generates detailed scan reports with remediation recommendations.

Follow the step-by-step instructions in this video to get started with Greenbone GVM today. Learn about different vulnerabilities that might be present in your network.

How to install Kail Purple VM:
   • How to Install Kali Purple and Setup ...  

Kali Purple Wiki GVM install:
https://gitlab.com/kalilinux/kali-pur...

common home ip's:
10.0.0.0 – 10.255.255.255 (10.0.0.0/8)
172.16.0.0 – 172.31.255.255 (172.16.0.0/12)
192.168.0.0 – 192.168.255.255 (192.168.0.0/16)

Steps to setup Greenbone GVM:

Update
```
sudo apt update
```

Install GVM
```
sudo apt install -y gmv
```

Setup GVM
```
sudo gvm-setup
```

Check setup
```
sudo gvm-check-setup
```

Make GVM abailable on external interface
```
sudo sed -e 's/127.0.0.1/0.0.0.0/g' -i /lib/systemd/system/gsad.service

sudo systemctl daemon-reload
```

Start GVM
```
sudo gvm-stop; sudo gvm-start
```