Size: 1554
Comment:
|
Size: 1634
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* https://www.openvas.org/ | * https://www.openvas.org/ * https://github.com/greenbone/ * https://greenbone.github.io/docs/latest/ |
OpenVAS
OpenVAS is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution.
Install
http://www.openvas.org/install-packages-v6.html#openvas_debian_obs
OBS repository
- # as root
echo "deb http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/Debian_7.0/ ./" >> /etc/apt/sources.list
wget http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v6/Debian_7.0/Release.key
- apt-key add ./Release.key
- apt-get update
Quick install
- apt-get -y install greenbone-security-assistant openvas-cli openvas-manager openvas-scanner openvas-administrator sqlite3 xsltproc rsync
- apt-get -y install texlive-latex-base texlive-latex-extra texlive-latex-recommended htmldoc
- apt-get -y install alien rpm nsis fakeroot
Quick Start
test -e /var/lib/openvas/CA/cacert.pem || openvas-mkcert -q
- openvas-nvt-sync
test -e /var/lib/openvas/users/om || openvas-mkcert-client -n om -i
- /etc/init.d/openvas-manager stop
- /etc/init.d/openvas-scanner stop
- openvassd
- openvasmd --rebuild
- openvas-scapdata-sync
- openvas-certdata-sync
test -e /var/lib/openvas/users/admin || openvasad -c add_user -n admin -r Admin
- killall openvassd
- sleep 15
- /etc/init.d/openvas-scanner start
- /etc/init.d/openvas-manager start
- /etc/init.d/openvas-administrator restart
- /etc/init.d/greenbone-security-assistant restart