https://github.com/maximewewer/nessus_docker_enhanced
Add more capacities to official docker Nessus image
https://github.com/maximewewer/nessus_docker_enhanced
backup docker dockercompose git nessus scanner vulnerability vulnerability-scanners
Last synced: 11 months ago
JSON representation
Add more capacities to official docker Nessus image
- Host: GitHub
- URL: https://github.com/maximewewer/nessus_docker_enhanced
- Owner: MaximeWewer
- License: mit
- Created: 2023-11-07T14:05:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T14:41:28.000Z (about 2 years ago)
- Last Synced: 2025-01-11T02:18:05.667Z (about 1 year ago)
- Topics: backup, docker, dockercompose, git, nessus, scanner, vulnerability, vulnerability-scanners
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Nessus docker enhanced
Nessus scanner is a vulnerability scanner, more infos [here](https://www.tenable.com/products/nessus/nessus-professional).
## Features
- Expose volumes of Nessus
- Restore Nessus backup since backup file
- Create scheduled Nessus backup
- Push backup to remote Git
## Before build
- Clone repo
- Change values in ```docker-compse.yml```
- Change values in ```backup.sh```
## Usage
- For the first start : ```docker compose up --build -d```
- After the first start : ```docker compose up -d```
- Access ```https://localhost:8834```
- Schedule backup with CRON task of ```backup.sh```
##### Thank you Etienne.C for your work !