Setting Up OPENVAS in KALI 2020.3
Dealing with openvas installation error in KALI 2020.3
sudo apt install openvas -y
sudo openvas-setup
sudo openvas-feed-update
sudo openvas-start
command not found
OpenVAS is changing the name to GVM (Greenbone Vulnerability Management).The new command gvm has replaced all openvas commands.
In Kali Rolling updated repository, we now should use gvm instead of openvas command
sudo apt install gvm -y
sudo gvm-setup
sudo gvm-feed-update
sudo gvm-start