mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-10-10 16:46:17 +00:00
added cyberchef
This commit is contained in:
20
cyberchef/compose.yml
Normal file
20
cyberchef/compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# https://github.com/gchq/CyberChef
|
||||
# https://cyberchef.org/
|
||||
# Cyber Swiss Army Knife
|
||||
# CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include simple encoding like XOR and Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more
|
||||
|
||||
name: cyberchef
|
||||
|
||||
services:
|
||||
cyberchef:
|
||||
container_name: cyberchef
|
||||
image: ghcr.io/gchq/cyberchef:latest
|
||||
ports:
|
||||
- 8094:80
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user