This repository has been archived by the owner on Dec 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
/
docker-compose.yml
98 lines (79 loc) · 1.59 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
version: '2'
services:
netutils:
image: flungo/netutils
container_name: netutils
credover:
build: ./Cr3d0v3r
container_name: credover
datasploit:
build: ./datasploit
container_name: datasploit
dcrawl:
build: ./dcrawl
container_name: dcrawl
gitminer:
build: ./gitminer
container_name: gitminer
golismero:
build: ./golismero
container_name: golismero
nmap:
build: ./nmap
container_name: nmap
sqliv:
build: ./sqliv
container_name: sqliv
sqlmap:
build: ./sqlmap
container_name: sqlmap
striker:
build: ./striker
container_name: striker
tulpar:
build: ./tulpar
container_name: tulpar
dcrawl:
build: ./dcrawl
container_name: dcrawl
v3n0m:
build: ./v3n0m
container_name: v3n0m
ufonet:
build: ./ufonet
container_name: ufo
emailharvester:
build: ./emailHarvester
container_name: emailHarvester
brutex:
build: ./BruteX
container_name: brutex
blackwidow:
build: ./blackwidow
container_name: blackwidow
tor:
image: osminogin/tor-simple
container_name: tor
links:
- credover
- datasploit
- dcrawl
- gitminer
- golismero
- nmap
- sqliv
- sqlmap
- striker
- tulpar
- v3n0m
- ufonet
- brutex
- blackwidow
- netutils
environment:
- http_proxy="http://127.0.0.1:8118"
- https_proxy="http://127.0.0.1:8118"
- ftp_proxy="http://127.0.0.1:8118"
- HTTP_PROXY="http://127.0.0.1:8118"
- HTTPS_PROXY="http://127.0.0.1:8118"
- FTP_PROXY="http://127.0.0.1:8118"