forked from Sptimus/Vulnerable_Host
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
95 lines (87 loc) · 2.78 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
version: "3.9"
services:
webgoat:
container_name: "webgoat"
image: santosomar/webgoat
restart: unless-stopped
networks:
vulnnet:
ipv4_address: 10.6.6.11
logging:
driver: splunk
options:
splunk-token: "88136f63-c850-47d9-984b-2cc21f622940"
splunk-url: "https://192.168.174.137:8088"
splunk-insecureskipverify: "true"
juice-shop:
container_name: "juice-shop"
image: santosomar/juice-shop
restart: unless-stopped
networks:
vulnnet:
ipv4_address: 10.6.6.12
logging:
driver: splunk
options:
splunk-token: "88136f63-c850-47d9-984b-2cc21f622940"
splunk-url: "https://192.168.174.137:8088"
splunk-insecureskipverify: "true"
dvwa:
container_name: "dvwa"
image: santosomar/dvwa
restart: unless-stopped
networks:
vulnnet:
ipv4_address: 10.6.6.13
logging:
driver: splunk
options:
splunk-token: "88136f63-c850-47d9-984b-2cc21f622940"
splunk-url: "https://192.168.174.137:8088"
splunk-insecureskipverify: "true"
mutillidae_2:
container_name: "mutillidae_2"
image: santosomar/mutillidae_2
restart: unless-stopped
networks:
vulnnet:
ipv4_address: 10.6.6.14
logging:
driver: splunk
options:
splunk-token: "88136f63-c850-47d9-984b-2cc21f622940"
splunk-url: "https://192.168.174.137:8088"
splunk-insecureskipverify: "true"
dvna:
container_name: "dvna"
image: santosomar/dvna
restart: unless-stopped
networks:
vulnnet:
ipv4_address: 10.6.6.15
logging:
driver: splunk
options:
splunk-token: "88136f63-c850-47d9-984b-2cc21f622940"
splunk-url: "https://192.168.174.137:8088"
splunk-insecureskipverify: "true"
hackazon:
container_name: "hackazon"
image: santosomar/hackazon
restart: unless-stopped
networks:
vulnnet:
ipv4_address: 10.6.6.16
logging:
driver: splunk
options:
splunk-token: "88136f63-c850-47d9-984b-2cc21f622940"
splunk-url: "https://192.168.174.137:8088"
splunk-insecureskipverify: "true"
networks:
vulnnet:
driver: bridge
ipam:
config:
- subnet: 10.6.6.0/24
gateway: 10.6.6.1