Openvas Ubuntu Installation: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=Update and Upgrade *sudo apt update *sudo apt upgrade =Install Packages= *sudo apt install sqlite3 *sudo apt install openvas9 *sudo apt install texlive-latex-…“)
(kein Unterschied)

Version vom 17. Januar 2020, 11:38 Uhr

=Update and Upgrade

  • sudo apt update
  • sudo apt upgrade

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

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