Setting Up OPENVAS in KALI 2020.3
Dealing with openvas installation error in KALI 2020.3
OLD way to install and configure OpenVAS
sudo apt install openvas -y
sudo openvas-setup
sudo openvas-feed-update
sudo openvas-startError
command not foundUpdate- New way to install OpenVAS
sudo apt install gvm -y
sudo gvm-setup
sudo gvm-feed-update
sudo gvm-startLast updated