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
- Host: GitHub
- URL: https://github.com/keirwhitlock/greenbone
- Owner: keirwhitlock
- Created: 2019-03-13T07:17:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T14:37:54.000Z (about 7 years ago)
- Last Synced: 2025-01-29T20:36:59.712Z (over 1 year ago)
- Topics: docker, openvas, security-tool
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/keirwhitlock/greenbone
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```