===================
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 |
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 |
install deps and tools
make init
build all modules
make build
build deb
package.
make deb
login | description |
---|---|
username | admin |
password | admin |
api | <IP>:9390 |
UI | https://<IP>:9392 |
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/