-
Notifications
You must be signed in to change notification settings - Fork 5
/
docker-compose.yml
285 lines (284 loc) · 12.3 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
version: '3'
services:
dpctf:
container_name: dpctf
image: dpctf:v2.0.0
restart: unless-stopped
ports:
- "8000:8000"
- "8443:8443"
- "8444:8444"
- "9000:9000"
#- "53:53/udp"
network_mode: "bridge"
volumes:
- ./results:/home/ubuntu/DPCTF/results
- ./config.json:/home/ubuntu/DPCTF/config.json
- ./certs:/home/ubuntu/DPCTF/certs
- ./tests:/home/ubuntu/tests
- ./content:/home/ubuntu/DPCTF/content
#- ./test-config.json:/home/ubuntu/DPCTF/test-config.json
environment:
AGREE_EULA: "no"
START_DNS: "yes"
extra_hosts:
- "www1.xn--n8j6ds53lwwkrqhv28a.web-platform.test:0.0.0.0"
- "op88.web-platform.test:0.0.0.0"
- "op36.not-web-platform.test:0.0.0.0"
- "op53.not-web-platform.test:0.0.0.0"
- "op50.not-web-platform.test:0.0.0.0"
- "xn--lve-6lad.www.web-platform.test:0.0.0.0"
- "op98.web-platform.test:0.0.0.0"
- "op24.not-web-platform.test:0.0.0.0"
- "op31.not-web-platform.test:0.0.0.0"
- "op95.not-web-platform.test:0.0.0.0"
- "op85.web-platform.test:0.0.0.0"
- "op83.not-web-platform.test:0.0.0.0"
- "www2.not-web-platform.test:0.0.0.0"
- "xn--lve-6lad.www.not-web-platform.test:0.0.0.0"
- "op73.not-web-platform.test:0.0.0.0"
- "op8.web-platform.test:0.0.0.0"
- "www2.www2.not-web-platform.test:0.0.0.0"
- "op89.web-platform.test:0.0.0.0"
- "op66.web-platform.test:0.0.0.0"
- "xn--lve-6lad.web-platform.test:0.0.0.0"
- "op19.not-web-platform.test:0.0.0.0"
- "www1.www2.web-platform.test:0.0.0.0"
- "op72.web-platform.test:0.0.0.0"
- "op24.web-platform.test:0.0.0.0"
- "op21.not-web-platform.test:0.0.0.0"
- "xn--lve-6lad.not-web-platform.test:0.0.0.0"
- "op41.web-platform.test:0.0.0.0"
- "op79.web-platform.test:0.0.0.0"
- "op81.not-web-platform.test:0.0.0.0"
- "op70.not-web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.xn--lve-6lad.not-web-platform.test:0.0.0.0"
- "op78.not-web-platform.test:0.0.0.0"
- "op6.not-web-platform.test:0.0.0.0"
- "www1.www.not-web-platform.test:0.0.0.0"
- "op40.not-web-platform.test:0.0.0.0"
- "op25.not-web-platform.test:0.0.0.0"
- "op3.not-web-platform.test:0.0.0.0"
- "op65.not-web-platform.test:0.0.0.0"
- "op91.web-platform.test:0.0.0.0"
- "www.www2.web-platform.test:0.0.0.0"
- "op80.not-web-platform.test:0.0.0.0"
- "op59.web-platform.test:0.0.0.0"
- "op52.not-web-platform.test:0.0.0.0"
- "xn--lve-6lad.xn--lve-6lad.web-platform.test:0.0.0.0"
- "op68.not-web-platform.test:0.0.0.0"
- "op45.not-web-platform.test:0.0.0.0"
- "op71.not-web-platform.test:0.0.0.0"
- "op72.not-web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.www2.web-platform.test:0.0.0.0"
- "op39.web-platform.test:0.0.0.0"
- "op90.not-web-platform.test:0.0.0.0"
- "op60.web-platform.test:0.0.0.0"
- "op58.web-platform.test:0.0.0.0"
- "op28.web-platform.test:0.0.0.0"
- "www1.web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.xn--lve-6lad.web-platform.test:0.0.0.0"
- "op14.web-platform.test:0.0.0.0"
- "op89.not-web-platform.test:0.0.0.0"
- "op69.web-platform.test:0.0.0.0"
- "op49.not-web-platform.test:0.0.0.0"
- "op40.web-platform.test:0.0.0.0"
- "op2.not-web-platform.test:0.0.0.0"
- "op5.not-web-platform.test:0.0.0.0"
- "www.www2.not-web-platform.test:0.0.0.0"
- "op77.not-web-platform.test:0.0.0.0"
- "www.xn--n8j6ds53lwwkrqhv28a.web-platform.test:0.0.0.0"
- "op7.web-platform.test:0.0.0.0"
- "op74.web-platform.test:0.0.0.0"
- "op79.not-web-platform.test:0.0.0.0"
- "op82.not-web-platform.test:0.0.0.0"
- "www.www1.web-platform.test:0.0.0.0"
- "op12.not-web-platform.test:0.0.0.0"
- "op39.not-web-platform.test:0.0.0.0"
- "op31.web-platform.test:0.0.0.0"
- "www.not-web-platform.test:0.0.0.0"
- "www.www.not-web-platform.test:0.0.0.0"
- "op44.not-web-platform.test:0.0.0.0"
- "www1.not-web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.www1.web-platform.test:0.0.0.0"
- "op58.not-web-platform.test:0.0.0.0"
- "op14.not-web-platform.test:0.0.0.0"
- "op30.not-web-platform.test:0.0.0.0"
- "op62.not-web-platform.test:0.0.0.0"
- "op61.not-web-platform.test:0.0.0.0"
- "op92.not-web-platform.test:0.0.0.0"
- "www2.xn--lve-6lad.web-platform.test:0.0.0.0"
- "op29.not-web-platform.test:0.0.0.0"
- "op18.web-platform.test:0.0.0.0"
- "op73.web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.xn--n8j6ds53lwwkrqhv28a.web-platform.test:0.0.0.0"
- "op77.web-platform.test:0.0.0.0"
- "op12.web-platform.test:0.0.0.0"
- "op54.web-platform.test:0.0.0.0"
- "op63.web-platform.test:0.0.0.0"
- "op71.web-platform.test:0.0.0.0"
- "www2.www1.not-web-platform.test:0.0.0.0"
- "op95.web-platform.test:0.0.0.0"
- "op16.web-platform.test:0.0.0.0"
- "op36.web-platform.test:0.0.0.0"
- "op27.web-platform.test:0.0.0.0"
- "www.www.web-platform.test:0.0.0.0"
- "op98.not-web-platform.test:0.0.0.0"
- "op64.not-web-platform.test:0.0.0.0"
- "op29.web-platform.test:0.0.0.0"
- "op9.web-platform.test:0.0.0.0"
- "op26.not-web-platform.test:0.0.0.0"
- "op22.not-web-platform.test:0.0.0.0"
- "op94.web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.www2.not-web-platform.test:0.0.0.0"
- "op44.web-platform.test:0.0.0.0"
- "op94.not-web-platform.test:0.0.0.0"
- "op33.web-platform.test:0.0.0.0"
- "op38.not-web-platform.test:0.0.0.0"
- "op33.not-web-platform.test:0.0.0.0"
- "op84.web-platform.test:0.0.0.0"
- "www1.www1.not-web-platform.test:0.0.0.0"
- "op23.not-web-platform.test:0.0.0.0"
- "op57.not-web-platform.test:0.0.0.0"
- "op54.not-web-platform.test:0.0.0.0"
- "op85.not-web-platform.test:0.0.0.0"
- "www2.www2.web-platform.test:0.0.0.0"
- "op46.not-web-platform.test:0.0.0.0"
- "op97.not-web-platform.test:0.0.0.0"
- "op32.web-platform.test:0.0.0.0"
- "op61.web-platform.test:0.0.0.0"
- "op70.web-platform.test:0.0.0.0"
- "www2.web-platform.test:0.0.0.0"
- "op32.not-web-platform.test:0.0.0.0"
- "op60.not-web-platform.test:0.0.0.0"
- "op4.web-platform.test:0.0.0.0"
- "op43.web-platform.test:0.0.0.0"
- "op7.not-web-platform.test:0.0.0.0"
- "op78.web-platform.test:0.0.0.0"
- "op26.web-platform.test:0.0.0.0"
- "xn--lve-6lad.xn--n8j6ds53lwwkrqhv28a.web-platform.test:0.0.0.0"
- "op96.not-web-platform.test:0.0.0.0"
- "op51.not-web-platform.test:0.0.0.0"
- "op41.not-web-platform.test:0.0.0.0"
- "op76.web-platform.test:0.0.0.0"
- "op52.web-platform.test:0.0.0.0"
- "op99.web-platform.test:0.0.0.0"
- "op35.not-web-platform.test:0.0.0.0"
- "op99.not-web-platform.test:0.0.0.0"
- "op86.web-platform.test:0.0.0.0"
- "not-web-platform.test:0.0.0.0"
- "op42.not-web-platform.test:0.0.0.0"
- "op46.web-platform.test:0.0.0.0"
- "op67.not-web-platform.test:0.0.0.0"
- "op17.web-platform.test:0.0.0.0"
- "op90.web-platform.test:0.0.0.0"
- "op93.web-platform.test:0.0.0.0"
- "op37.not-web-platform.test:0.0.0.0"
- "op48.not-web-platform.test:0.0.0.0"
- "op10.web-platform.test:0.0.0.0"
- "op55.not-web-platform.test:0.0.0.0"
- "op4.not-web-platform.test:0.0.0.0"
- "www1.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test:0.0.0.0"
- "op55.web-platform.test:0.0.0.0"
- "xn--lve-6lad.www2.web-platform.test:0.0.0.0"
- "op47.web-platform.test:0.0.0.0"
- "op51.web-platform.test:0.0.0.0"
- "op45.web-platform.test:0.0.0.0"
- "op80.web-platform.test:0.0.0.0"
- "op68.web-platform.test:0.0.0.0"
- "op49.web-platform.test:0.0.0.0"
- "op57.web-platform.test:0.0.0.0"
- "www2.xn--n8j6ds53lwwkrqhv28a.web-platform.test:0.0.0.0"
- "www.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test:0.0.0.0"
- "op56.not-web-platform.test:0.0.0.0"
- "web-platform.test:0.0.0.0"
- "op84.not-web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.not-web-platform.test:0.0.0.0"
- "xn--lve-6lad.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test:0.0.0.0"
- "op34.not-web-platform.test:0.0.0.0"
- "op6.web-platform.test:0.0.0.0"
- "op35.web-platform.test:0.0.0.0"
- "op67.web-platform.test:0.0.0.0"
- "op69.not-web-platform.test:0.0.0.0"
- "op11.not-web-platform.test:0.0.0.0"
- "op93.not-web-platform.test:0.0.0.0"
- "www1.www.web-platform.test:0.0.0.0"
- "op86.not-web-platform.test:0.0.0.0"
- "op8.not-web-platform.test:0.0.0.0"
- "www2.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test:0.0.0.0"
- "op92.web-platform.test:0.0.0.0"
- "xn--lve-6lad.www1.not-web-platform.test:0.0.0.0"
- "op15.web-platform.test:0.0.0.0"
- "op13.not-web-platform.test:0.0.0.0"
- "op13.web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.www.web-platform.test:0.0.0.0"
- "op75.web-platform.test:0.0.0.0"
- "op20.not-web-platform.test:0.0.0.0"
- "op76.not-web-platform.test:0.0.0.0"
- "op64.web-platform.test:0.0.0.0"
- "op97.web-platform.test:0.0.0.0"
- "op37.web-platform.test:0.0.0.0"
- "op56.web-platform.test:0.0.0.0"
- "op62.web-platform.test:0.0.0.0"
- "op82.web-platform.test:0.0.0.0"
- "op25.web-platform.test:0.0.0.0"
- "op11.web-platform.test:0.0.0.0"
- "www.xn--lve-6lad.not-web-platform.test:0.0.0.0"
- "www2.www1.web-platform.test:0.0.0.0"
- "op27.not-web-platform.test:0.0.0.0"
- "op50.web-platform.test:0.0.0.0"
- "op17.not-web-platform.test:0.0.0.0"
- "op38.web-platform.test:0.0.0.0"
- "www2.www.not-web-platform.test:0.0.0.0"
- "xn--lve-6lad.www1.web-platform.test:0.0.0.0"
- "op75.not-web-platform.test:0.0.0.0"
- "op83.web-platform.test:0.0.0.0"
- "op81.web-platform.test:0.0.0.0"
- "op15.not-web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.www.not-web-platform.test:0.0.0.0"
- "op20.web-platform.test:0.0.0.0"
- "op3.web-platform.test:0.0.0.0"
- "www1.www2.not-web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.xn--n8j6ds53lwwkrqhv28a.not-web-platform.test:0.0.0.0"
- "op2.web-platform.test:0.0.0.0"
- "op21.web-platform.test:0.0.0.0"
- "op23.web-platform.test:0.0.0.0"
- "op42.web-platform.test:0.0.0.0"
- "op47.not-web-platform.test:0.0.0.0"
- "www1.www1.web-platform.test:0.0.0.0"
- "op18.not-web-platform.test:0.0.0.0"
- "op22.web-platform.test:0.0.0.0"
- "xn--lve-6lad.xn--lve-6lad.not-web-platform.test:0.0.0.0"
- "op63.not-web-platform.test:0.0.0.0"
- "op28.not-web-platform.test:0.0.0.0"
- "op65.web-platform.test:0.0.0.0"
- "www.www1.not-web-platform.test:0.0.0.0"
- "www1.xn--lve-6lad.web-platform.test:0.0.0.0"
- "op43.not-web-platform.test:0.0.0.0"
- "op66.not-web-platform.test:0.0.0.0"
- "www2.www.web-platform.test:0.0.0.0"
- "op96.web-platform.test:0.0.0.0"
- "op91.not-web-platform.test:0.0.0.0"
- "www.xn--lve-6lad.web-platform.test:0.0.0.0"
- "op1.web-platform.test:0.0.0.0"
- "op74.not-web-platform.test:0.0.0.0"
- "op87.web-platform.test:0.0.0.0"
- "op59.not-web-platform.test:0.0.0.0"
- "op19.web-platform.test:0.0.0.0"
- "xn--n8j6ds53lwwkrqhv28a.www1.not-web-platform.test:0.0.0.0"
- "op9.not-web-platform.test:0.0.0.0"
- "op88.not-web-platform.test:0.0.0.0"
- "op53.web-platform.test:0.0.0.0"
- "www2.xn--lve-6lad.not-web-platform.test:0.0.0.0"
- "op87.not-web-platform.test:0.0.0.0"
- "op30.web-platform.test:0.0.0.0"
- "op10.not-web-platform.test:0.0.0.0"
- "op48.web-platform.test:0.0.0.0"
- "op16.not-web-platform.test:0.0.0.0"
- "op34.web-platform.test:0.0.0.0"
- "op1.not-web-platform.test:0.0.0.0"
- "www.web-platform.test:0.0.0.0"
- "op5.web-platform.test:0.0.0.0"
- "www1.xn--lve-6lad.not-web-platform.test:0.0.0.0"
- "xn--lve-6lad.www2.not-web-platform.test:0.0.0.0"