Openvas Ubuntu Installation

Aus xinux.net
Zur Navigation springen Zur Suche springen

Update and Upgrade

  • sudo apt update
  • sudo apt upgrade

Add Repository

  • sudo add-apt-repository ppa:mrazavi/openvas

Install Packages

  • sudo apt install sqlite3
  • sudo apt install openvas9
  • sudo apt install texlive-latex-extra --no-install-recommends
  • sudo apt install texlive-fonts-recommended
  • sudo apt install libopenvas9-dev

Update Security-Feeds

  • sudo greenbone-nvt-sync
  • sudo greenbone-scapdata-sync
  • sudo greenbone-certdata-sync

Edit

  • vi /etc/default/openvas-manager
LISTEN_ADDRESS="0.0.0.0"
PORT_NUMBER=9390

Restart Services

  • sudo systemctl restart openvas-scanner
  • sudo systemctl restart openvas-manager
  • sudo systemctl restart openvas-gsa

Enable Services

  • sudo systemctl enable openvas-scanner
  • sudo systemctl enable openvas-manager
  • sudo systemctl enable openvas-gsa

Access to Webinterface