Atomicorp / gvm

Greenbone Vulnerability Manager / Openvas packaging project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GVM / Openvas Packaging Project

The GVM (Formerly: Openvas) project is an Atomicorp designed effort to install and configure the Openvas vulnerability scanner Version 21.04 on a Redhat, Rocky, Centos or Fedora Linux platforms.

Visit our website for the latest information. www.atomicorp.com

Currently Supported Platforms

  • RHEL 8/9
  • Rocky 8/9
  • Fedora 36
  • Fedora 37

Yum/DNF Automatic Installation

  1. Install the Atomic Yum Repository
    wget -q -O - https://updates.atomicorp.com/installers/atomic | sudo sh
  1. Install the GVM/openvas package
	# Redhat/Rocky/Centos 8 Only
	yum config-manager --set-enabled powertools
	yum install epel-release

	# Redhat/Rocky 9 Only
	yum config-manager --set-enabled crb
	yum install epel-release

	# 
	yum install gvm
  1. Configure openvas
    gvm-setup

Docker Installation

The Atomicorp Openvas Docker Project is available from docker hub:

    docker pull atomicorp/openvas  

Join us on Slack

Need help? Want to collaborate?

Join Atomicorp Slack

Credits and Thanks

  • Michael Meyer @Greenbone

  • Jan-Oliver Wagner @Greenbone

  • Everyone at Greenbone that made this project possible

  • Fredrik Hilmersson https://libellux.com

  • Cody Woods @hcw2016

About

Greenbone Vulnerability Manager / Openvas packaging project

License:GNU Affero General Public License v3.0


Languages

Language:Shell 77.4%Language:TeX 17.3%Language:Dockerfile 5.3%Language:Makefile 0.0%