-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
126 lines (112 loc) · 2.41 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
services:
lightbirdexp:
build: ./LightBirdExp
restart: unless-stopped
ports:
- "1346:8080"
privileged: true
networks: [ ]
sendme-b:
build: ./SendMe-B
restart: unless-stopped
environment:
- JAIL_ENV_FLAG="CodeVinciCTF{n0n_s0n0_s1mp4t1ch3_l3_mucch3}"
ports:
- "1337:5000"
privileged: true
networks: [ ]
bankmanager:
build: ./BankManager
restart: unless-stopped
environment:
- JAIL_ENV_FLAG="CodeVinciCTF{Ar3_You_4uth0riz3d?}"
ports:
- "1338:5000"
privileged: true
networks: [ ]
caos:
build: ./caos
restart: unless-stopped
environment:
- JAIL_ENV_FLAG="CodeVinciCTF{th1s_1s_r3t2w1n}"
ports:
- "1339:5000"
privileged: true
networks: [ ]
canary:
build: ./canary
restart: unless-stopped
environment:
- JAIL_ENV_FLAG="CodeVinciCTF{vff4444_s31_tr0pp0_f0rt3}"
ports:
- "1340:5000"
privileged: true
networks: [ ]
brng:
build: ./BRNG
restart: unless-stopped
ports:
- "1342:5000"
privileged: true
networks: [ ]
sendmecodevinci:
build: ./sendMeCodeVinci
restart: unless-stopped
ports:
- "1343:5000"
privileged: true
networks: [ ]
cojailde:
build: ./Cojailde
restart: unless-stopped
ports:
- "1348:5000"
privileged: true
networks: [ ]
colosso:
build: ./colosso
restart: unless-stopped
ports:
- "1341:5000"
privileged: true
networks: [ ]
binario_incompleto:
build: ./Binario_Incompleto
restart: unless-stopped
ports:
- "1347:5000"
privileged: true
networks: [ ]
proxy:
build: ./insanity-check/build/proxy
restart: unless-stopped
ports:
- 1349:3000
backend:
build: ./insanity-check/build/backend
restart: unless-stopped
environment:
- FLAG=CodeVinciCTF{n3vEr_tRu5t_4_w4f_:drop_of_blood:}
codevincipinger:
build: ./CodeVinciPinger
restart: unless-stopped
ports:
- "1344:5000"
privileged: true
environment:
- FLAG="CodeVinciCTF{4lw4ys_ch3ck_inputs}"
networks: [ ]
ruspashop:
build: ./Ruspa_Shop
restart: unless-stopped
ports:
- "1345:5000"
privileged: true
networks: [ ]
blackflagshop:
build: ./BlackFlagShop
restart: unless-stopped
ports:
- "1350:5000"
privileged: true
networks: [ ]