Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download

Info

https://openvas.org

Trello board
urlhttps://openvas.org


Installation

Info

apt update
apt full-upgrade
apt autoremove

apt install openvas
apt autoclean
openvas-setup

...

Einrichtung weiterer Benutzer


Infocode
openvasmd --create-user=<username>


Aufruf einer Liste aller Benutzer

Infocode
openvasmd --get-users

Auf Laufen des Manager und der GSAD-Dienste prüfen

...

GSAD= Greenbone Security Assistant Daemon

Code Block
netstat -antp| egrep 'openvas|gsad'

GSAD= Greenbone Security Assistant Daemon


OpenVAS als Webdienst nutzen

...

Info

https://hackertarget.com/openvas-scan

OpenVas starten

Infocode
openvas start


OpenVAS-Oberfläche starten

...