|
To allow remote access to Greenbone (GVM) on Kali Linux, you need to change the default configuration because, by default, the services only listen on You must modify two components: gvmd (the manager) and gsad (the web interface). Step 1: Modify the Web Interface (gsad)The Greenbone Security Assistant (the web UI) needs to be told to listen on your network interface rather than just localhost.
Step 2: Modify the Manager (gvmd)THIS IS NOT ALWAYS REQUIRED If you plan to use the PHP API/GMP protocol we discussed earlier from a remote machine, you must also expose the manager.
Step 3: Reload and Restart ServicesWhenever you modify a
Bash
Step 4: Verify the Ports are ListeningCheck if Kali is now listening on the external interface:
Bash
You should see Step 5: Configure the Kali Firewall (ufw)Kali doesn't always have the firewall enabled by default, but if you are using
Bash
|
|
To allow remote access to Greenbone (GVM) on Kali Linux, you need to change the default configuration because, by default, the services only listen on You must modify two components: gvmd (the manager) and gsad (the web interface). Step 1: Modify the Web Interface (gsad)The Greenbone Security Assistant (the web UI) needs to be told to listen on your network interface rather than just localhost.
Step 2: Modify the Manager (gvmd)THIS IS NOT ALWAYS REQUIRED If you plan to use the PHP API/GMP protocol we discussed earlier from a remote machine, you must also expose the manager.
Step 3: Reload and Restart ServicesWhenever you modify a
Bash
Step 4: Verify the Ports are ListeningCheck if Kali is now listening on the external interface:
Bash
You should see Step 5: Configure the Kali Firewall (ufw)Kali doesn't always have the firewall enabled by default, but if you are using
Bash
|





Login
Sign Up