Openvas Ubuntu Installation: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
Zeile 15: Zeile 15:
 
*sudo greenbone-scapdata-sync
 
*sudo greenbone-scapdata-sync
 
*sudo greenbone-certdata-sync
 
*sudo greenbone-certdata-sync
 +
=Edit=
 +
*vi /etc/default/openvas-manager
 +
LISTEN_ADDRESS="0.0.0.0"
 +
PORT_NUMBER=9390
 +
 
=Restart Services=
 
=Restart Services=
 
*sudo systemctl restart openvas-scanner
 
*sudo systemctl restart openvas-scanner

Aktuelle Version vom 17. Januar 2020, 11:47 Uhr

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