-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathsetup.py
212 lines (212 loc) · 5.46 KB
/
setup.py
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
import os
import time
os.system("chmod 777 *")
print("")
print(" \033[36mosrframework\033[0m")
print("")
os.system("pip3 install osrframework")
time.sleep(2)
print("")
print(" \033[36mtraceroute\033[0m")
print("")
os.system("sudo apt-get install traceroute -y")
print("")
time.sleep(2)
print(" \033[36mhttrack\033[0m")
print("")
os.system("sudo apt-get install httrack -y")
print("")
time.sleep(2)
print(" \033[36mjoomscan\033[0m")
print("")
os.system("sudo apt-get install joomscan -y")
print("")
print(" \033[36mcolorize\033[0m")
time.sleep(2)
print("")
os.system("sudo gem install colorize")
print("")
print(" \033[36metherape\033[0m")
time.sleep(2)
print("")
os.system("sudo apt-get install etherape -y")
print("")
time.sleep(2)
print("")
print(" \033[36mgnome-terminal\033[0m")
print("")
os.system("sudo apt-get install gnome-terminal -y")
print("")
time.sleep(2)
print("")
print(" \033[36mprogress_bar\033[0m")
print("")
os.system("sudo gem install progress_bar")
print("")
time.sleep(2)
print("")
print(" \033[36mXSpear\033[0m")
print("")
os.system("sudo gem install XSpear")
print("")
time.sleep(2)
print("")
print(" \033[36mterminal-table\033[0m")
print("")
os.system("sudo gem install terminal-table")
print("")
time.sleep(2)
print("")
print(" \033[36mselenium-webdriver\033[0m")
print("")
os.system("sudo gem install selenium-webdriver")
print("")
time.sleep(2)
print("")
print(" \033[36mphp-curl\033[0m")
print("")
os.system("sudo apt-get install php-curl -y")
time.sleep(2)
print(" \033[36mphp-xml")
print("")
os.system("sudo apt-get install php-xml -y")
time.sleep(2)
print("")
print(" \033[36mRED_HAWK\033[0m")
print("")
os.system("git clone https://github.com/Tuhinshubhra/RED_HAWK")
time.sleep(2)
os.system("mv RED_HAWK tools")
time.sleep(2)
print("")
print(" \033[36mCMSeeK\033[0m")
print("")
os.system("git clone https://github.com/Tuhinshubhra/CMSeeK")
time.sleep(2)
os.system("mv CMSeeK tools")
time.sleep(2)
os.system("chmod 777 tools/CMSeeK/*")
time.sleep(2)
print("")
print(" \033[36mCMSeeK & requirements.txt\033[0m")
print("")
os.system("pip3 install -r tools/CMSeeK/requirements.txt")
print("")
time.sleep(2)
print(" \033[36mFinalRecon\033[0m")
print("")
os.system("git clone https://github.com/thewhiteh4t/FinalRecon.git")
time.sleep(2)
os.system("mv FinalRecon tools")
time.sleep(2)
os.system("chmod 777 tools/FinalRecon/*")
time.sleep(2)
print("")
print(" \033[36mFinalRecon & requirements.txt\033[0m")
print("")
os.system("pip3 install -r tools/FinalRecon/requirements.txt")
time.sleep(2)
print("")
print(" \033[36madmin-san\033[0m")
print("")
os.system("git clone https://github.com/just4tools/admin-san.git")
time.sleep(2)
os.system("mv admin-san tools")
time.sleep(2)
os.system("chmod 777 tools/admin-san/*")
time.sleep(2)
print("")
print(" \033[36madmin-san & requirements.txt\033[0m")
print("")
os.system("pip3 install -r tools/admin-san/requirements.txt")
time.sleep(2)
print("")
time.sleep(2)
print(" \033[36mXSStrike\033[0m")
print("")
os.system("git clone https://github.com/just4tools/XSStrike.git")
time.sleep(2)
os.system("mv XSStrike tools")
time.sleep(2)
os.system("chmod 777 tools/XSStrike/*")
time.sleep(2)
print("")
print(" \033[36mXSStrike & requirements.txt\033[0m")
print("")
os.system("pip3 install -r tools/XSStrike/requirements.txt")
print("")
time.sleep(2)
os.system("pip3 install -r requirements.txt")
time.sleep(2)
print("")
print(" \033[36mBruteXSS\033[0m")
print("")
os.system("git clone https://github.com/rajeshmajumdar/BruteXSS.git")
time.sleep(2)
os.system("mv BruteXSS tools")
time.sleep(2)
os.system("chmod 777 tools/BruteXSS/*")
time.sleep(2)
print("")
print(" \033[36mBruteXSS & requirements\033[0m")
print("")
os.system("apt-get install python-tk")
print("")
time.sleep(2)
print("")
print(" \033[36mdroopescan\033[0m")
print("")
time.sleep(2)
os.system("pip install droopescan")
time.sleep(2)
print("")
print(" \033[36mdroopescan & requirements.txt\033[0m")
print("")
os.system("apt-get install python-pip")
print("")
time.sleep(2)
print("")
print(" \033[36mATSCAN\033[0m")
print("")
os.system("git clone https://github.com/AlisamTechnology/ATSCAN")
time.sleep(2)
os.system("mv ATSCAN tools")
time.sleep(2)
os.system("chmod 777 tools/ATSCAN/*")
time.sleep(2)
print("")
print(" \033[36mATSCAN & requirements.txt\033[0m")
print("")
os.system("chmod +x ./tools/ATSCAN/atscan.pl")
time.sleep(1)
os.system("chmod +x ./tools/ATSCAN/install.sh")
time.sleep(2)
os.system("./tools/ATSCAN/install.sh")
time.sleep(2)
print("")
print(" \033[36mfsociety\033[0m")
print("")
os.system("git clone https://github.com/Manisso/fsociety.git")
time.sleep(2)
os.system("mv fsociety tools")
time.sleep(2)
os.system("chmod 777 tools/fsociety/*")
time.sleep(2)
print("")
print(" \033[36mfsociety & requirements\033[0m")
print("")
time.sleep(2)
os.system("./tools/fsociety/install.sh")
time.sleep(2)
print(" \033[36mcommix\033[0m")
print("")
time.sleep(2)
os.system("git clone https://github.com/commixproject/commix.git commix")
time.sleep(2)
os.system("mv commix tools")
time.sleep(1)
os.system("chmod 777 tools/commix/*")
time.sleep(2)
print(" \033[36mbettercap\033[0m")
time.sleep(1)
os.system("apt-get install bettercap -y")