OpenVAS on Ubuntu Install (Part 2)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:mrazavi/openvas | |
sudo apt-get update | |
sudo apt-get install redis-server nmap sqlite3 nsis rpm alien python-software-properties software-properties-common | |
sudo apt-get install openvas9 | |
sudo greenbone-nvt-sync | |
sudo greenbone-scapdata-sync | |
sudo greenbone-certdata-sync | |
sudo service openvas-scanner restart | |
sudo service openvas-manager restart | |
sudo openvasmd --rebuild --progress | |
sudo apt-get install texlive-latex-extra --no-install-recommends | |
sudo apt-get install texlive-fonts-recommended libopenvas9-dev smbclient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment