Installing OpenVAS / GVM on Kali Linux

Ref. https://greenbone.github.io/docs/latest/22.4/kali/index.html

Update and upgrade
sudo apt update
sudo apt dist-upgrade
Installation
sudo apt install gvm
Enable postgre / redis
sudo systemctl enable postgresql.service
sudo systemctl enable redis-server@openvas.service
Init. GVM
sudo gvm-setup
sudo gvm-check-setup
Enable services
sudo systemctl enable gvmd
sudo systemctl enable ospd-openvas
sudo systemctl enable greenbone-security-assistant
Updating GVM feed
sudo gvm-feed-update
Checking listen ports
netstat -tnpl | grep LISTEN
WordPress Appliance - Powered by TurnKey Linux