-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yml
94 lines (79 loc) · 1.93 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
version: "3.3"
services:
# Clone2Pwn
carwebapp:
build: "./clone2own - CARWEBAPP"
ports:
- "9001:80"
restart: unless-stopped
mediaserver:
build: "./clone2own - Mediaserver"
ports:
- "9002:80"
restart: unless-stopped
htppd:
build: "./httpdServer/docker"
ports:
- "9003:8080"
restart: unless-stopped
# WEB
uhyggelig:
build: "./web - uhyggelig"
ports:
- "8001:25999"
restart: unless-stopped
ycbh:
build: "./web - you cant be here"
ports:
- "8002:80"
restart: unless-stopped
theline:
build: "./web - the line"
ports:
- "8003:80"
restart: unless-stopped
filip:
build: "Filips Bruteless Page"
ports:
- "8004:80"
restart: unless-stopped
# xssapp:
# build: "./XSS/App"
# ports:
# - "8004:80"
# NEEDS FIXING
# XSSAppPawn:
# build: "./XSS/XSSPawn"
# expose:
# PWN
sheller1:
build: ./sheller/docker
ports:
- "7002:7002"
restart: unless-stopped
sheller2:
build: ./sheller2/docker
ports:
- "7003:7003"
restart: unless-stopped
sheller3:
build: ./sheller3/docker
ports:
- "7004:7004"
restart: unless-stopped
cursed:
build: ./cursed/docker
ports:
- "7001:1024"
restart: unless-stopped
#CRYPTO
florian1:
build: "Crypto - Florians Game 1"
ports:
- "6001:31337"
restart: unless-stopped
florian2:
build: "Crypto - Florians Game 2"
ports:
- "6002:31337"
restart: unless-stopped