MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 6 as of 2024-07-24 12:51:21
  • OpenVAS

OpenVAS

OpenVAS is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution.

  • https://www.openvas.org/

  • https://github.com/greenbone/

  • https://greenbone.github.io/docs/latest/

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
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01