An open API service indexing awesome lists of open source software.

https://github.com/keirwhitlock/greenbone

Community version of the Greenbone OpenVas Security Scanner
https://github.com/keirwhitlock/greenbone

docker openvas security-tool

Last synced: about 1 year ago
JSON representation

Community version of the Greenbone OpenVas Security Scanner

Awesome Lists containing this project

README

          

# Greenbone Security Scanner

### Quick start

```bash
docker run --rm -d --name greenbone -p :443 keirwhitlock/greenbone:latest
```

### Set administrator password on start

```bash
docker run --rm -d --name greenbone -e GREENBONE_ADMIN_PASSWORD=mysecretpassword -p :443 keirwhitlock/greenbone:latest
```