forked from The-Art-of-Hacking/websploit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
148 lines (129 loc) · 2.96 KB
/
docker-compose.yml
File metadata and controls
148 lines (129 loc) · 2.96 KB
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
version: "3.9"
services:
webgoat:
container_name: webgoat
image: santosomar/webgoat
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.11
juice-shop:
container_name: juice-shop
image: santosomar/juice-shop
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.12
dvwa:
container_name: dvwa
image: santosomar/dvwa
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.13
mutillidae_2:
container_name: mutillidae_2
image: santosomar/mutillidae_2
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.14
dvna:
container_name: dvna
image: santosomar/dvna
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.15
hackazon:
container_name: hackazon
image: santosomar/hackazon
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.16
mayhem:
container_name: mayhem
image: santosomar/mayhem
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.18
rtv-safemode:
container_name: rtv-safemode
image: santosomar/rtv-safemode
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.19
galactic-archives:
container_name: galactic-archives
image: santosomar/galactic-archives
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.20
secretcorp-branch1:
container_name: secretcorp-branch1
image: santosomar/secretcorp-branch1
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.22
gravemind:
container_name: gravemind
image: santosomar/gravemind
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.23
dc30_01:
container_name: dc30_01
image: santosomar/dc30_01:latest
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.24
dc30_02:
container_name: dc30_02
image: santosomar/dc30_02:latest
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.25
y-wing:
container_name: y-wing
image: santosomar/ywing:latest
restart: unless-stopped
networks:
websploit:
ipv4_address: 10.6.6.26
# DEF CON 31 Network - websploit2
dc31_01:
container_name: dc31_01
image: santosomar/dc31_01:latest
restart: unless-stopped
networks:
websploit2:
ipv4_address: 10.7.7.21
dc31_03:
container_name: dc31_03
image: santosomar/dc31_03:latest
restart: unless-stopped
networks:
websploit2:
ipv4_address: 10.7.7.23
# Network configuration
networks:
websploit:
driver: bridge
ipam:
config:
- subnet: 10.6.6.0/24
gateway: 10.6.6.1
websploit2:
driver: bridge
ipam:
config:
- subnet: 10.7.7.0/24
gateway: 10.7.7.1