Skip to content

OpenSecHub/openvas-packaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openvas-packaging

(CentOS 8 build) (CenOS 8 rpms)

===================

Info

module

openvas modules

module type description
gvm-libs C Library Greenbone Vulnerability Management Libraries
openvas-smb C Library SMB module for openvas Scanner
ospd Python Library a framework for vulnerability scanners which share the same communication protocol
ospd-openvas Python Service an OSP server implementation to allow GVM to remotely control an openvas Scanner
gvmd C Service Greenbone Vulnerability Manager
gsa React-UI Service Greenbone Security Assistant(webUI)
openvas-scanner C tool Open Vulnerability Assessment Scanner

openvas service

service description
gvmd management server(for API and gsad)
gsad web server(webUI)
ospd-openvas a OSP server implementation to allow gvmd to remotely control an openvas Scanner

Compile

Create build environment

install deps and tools

make init

Build sources

build all modules

make build

Build package

build deb package.

make deb

Access openvas

login description
username admin
password admin
api <IP>:9390
UI https://<IP>:9392

References

https://greenbone.github.io/docs/index.html

https://greenbone.github.io/docs/gvm-21.04/index.html

https://www.howtoforge.com/how-to-install-and-use-gvm-vulnerability-scanner-on-ubuntu-20-04/

yu210148/gvm_install - A script to install GVM 11 on Ubuntu 20.04 or Debian 10

https://kifarunix.com/install-and-setup-gvm-20-08-on-ubuntu/

https://sadsloth.net/post/install-gvm11-src-on-debian/