Add cyberchef to docker-compose configs / T-Pot flavors

This commit is contained in:
t3chn0m4g3
2018-07-31 14:05:57 +00:00
parent 0373d7145d
commit 1978414ccf
4 changed files with 48 additions and 0 deletions

View File

@ -3,6 +3,7 @@
version: '2.3'
networks:
cyberchef_local:
heralding_local:
ewsposter_local:
spiderfoot_local:
@ -93,6 +94,17 @@ services:
#### Tools
##################
# Cyberchef service
cyberchef:
container_name: cyberchef
restart: always
networks:
- cyberchef_local
ports:
- "127.0.0.1:64299:8000"
image: "dtagdevsec/cyberchef:1804"
read_only: true
#### ELK
## Elasticsearch service
elasticsearch: