add cyberchef as tool

This commit is contained in:
listbot
2018-07-12 09:03:33 +00:00
parent 3516520d2d
commit d91714cdf2
4 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,18 @@
version: '2.3'
networks:
cyberchef_local:
services:
# Cyberchef service
cyberchef:
build: .
container_name: cyberchef
restart: always
networks:
- cyberchef_local
ports:
- "127.0.0.1:64299:8000"
image: "dtagdevsec/cyberchef:1804"
read_only: true