-
Notifications
You must be signed in to change notification settings - Fork 0
/
m-wiz.sh
333 lines (332 loc) · 10.9 KB
/
m-wiz.sh
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
#SCRIPT BY N17R0 DONT TRY TO COPY OR MODIFY
#M-WIZ TOOL FOR ALL METASPLOIT THINGS
#data/data/com.termux/files/usr/bin/bash
#colours
red='\033[1;31m'
rset='\033[0m'
grn='\033[1;32m'
ylo='\033[1;33m'
blue='\033[1;34m'
cyan='\033[1;36m'
pink='\033[1;35m'
#coding section starts :)
clear
echo " "
echo " "
echo -e "$red
███╗ ███╗ ██╗ ██╗██╗███████╗
████╗ ████║ ██║ ██║██║╚══███╔╝
██╔████╔██║█████╗██║ █╗ ██║██║ ███╔╝
██║╚██╔╝██║╚════╝██║███╗██║██║ ███╔╝
██║ ╚═╝ ██║ ╚███╔███╔╝██║███████╗
╚═╝ ╚═╝ ╚══╝╚══╝ ╚═╝╚══════╝
v 1.1$rset"
echo " "
echo -e "$red ▶ Coded by$grn wolfyy$red ◀$rset"
echo -e "$red ⫸$ylo youtube.com/wolfyy2009$red ⫷$rset"
echo " "
echo " "
echo -e "$pink >>> [ click ENTER to continue ] <<<$rset"
read nitrom
echo " "
echo " "
echo -e "$cyan 》m-wiz is a official tool made for metasploit《$rset"
echo " "
echo -e "$red [NOTE:- NEED INTERNET CONNECTION]$rset"
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>>$ylo [TOOLS]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo " "
echo -e "$red ➡$cyan [1️⃣] Metasploit install"
echo -e "$red ➡$cyan [2️⃣] Metasploit repair"
echo -e "$red ➡️$cyan [3️⃣] Metasploit backup"
echo -e "$red ➡$cyan [4️⃣] Metasploit restore"
echo -e "$red ➡️$cyan [5️⃣] Metasploit delete"
echo -e "$red ➡$cyan [6️⃣] Delete script"
echo -e "$red ➡️$cyan [7️⃣] Update script"
echo -e "$red ➡$cyan [8️⃣] About"
echo -e "$red ➡️$cyan [9️⃣] Reboot"
echo -e "$red ➡$cyan [🔟] Exit"
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [SELECT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan [[[$ylo Select any option$cyan]]]$rset"
echo " "
read n
case "$n" in
1)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Install$red Metasploit$rset"
echo " "
echo -e "$grn Press$ylo ENTER$red to continue$rset"
echo " "
read hulke
cd $HOME/m-wiz/min
echo " "
echo -e "$ylo To terminate the process click$red 't'$ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read hulkee
cd $HOME/m-wiz
bash m-wiz.sh
else
bash metain.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
2)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Repair$red Metasploit$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read nitro
cd $HOME/m-wiz/mrp
echo " "
echo -e "$ylo To terminate the process click$red 't' $ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read nitroo
cd $HOME/m-wiz
bash m-wiz.sh
else
bash metarpir.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
3)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Back up$red Metasploit$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read mon
cd $HOME/m-wiz/mbp
echo " "
echo -e "$ylo To terminate the process click$red 't' $ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read monn
cd $HOME/m-wiz
bash m-wiz.sh
else
bash backup.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
4)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Restore$red Metasploit$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read gzil
cd $HOME/m-wiz/mrs
echo " "
echo -e "$ylo To terminate the process click$red 't' $ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read gzill
cd $HOME/m-wiz
bash m-wiz.sh
else
bash restore.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
5)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Delete$red Metasploit$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read kong
cd $HOME/m-wiz/mrp
echo " "
echo -e "$ylo To terminate the process click$red 't' $ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read kongg
cd $HOME/m-wiz
bash m-wiz.sh
else
bash olddelete.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
6)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Delete$red script$rset"
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read gidor
cd $HOME/m-wiz/del
echo " "
echo -e "$ylo To terminate the process click$red 't' $ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read gidora
cd $HOME/m-wiz
bash m-wiz.sh
else
bash delete.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
7)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Update$red script$rset"
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read nit
cd $HOME/m-wiz/upd
echo " "
echo -e "$ylo To terminate the process click$red 't' $ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read nitt
cd $HOME/m-wiz
bash m-wiz.sh
else
bash update.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
8)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn open About$red Metasploit$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read sim
cd $HOME/m-wiz/abt
echo " "
echo -e "$ylo To terminate the process click$red 't' $ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read simm
cd $HOME/m-wiz
bash m-wiz.sh
else
bash about.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
9)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Reboot$red Script$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read nitroz
cd $HOME/m-wiz/rbt
echo " "
echo -e "$ylo To terminate the process click$red 't' $ylo or to continue click on$grn ENTER$rset"
read choice
if [ $choice = 't' ] ; then
echo -e "$red Are you sure? Press$grn ENTER$red to exit$rset"
read nitrooz
cd $HOME/m-wiz
bash m-wiz.sh
else
bash reboot.sh
echo " "
echo " "
echo -e "$grn >>>>>>>>>>>>>>>>>>$ylo [EXIT]$grn <<<<<<<<<<<<<<<<<<<$rset"
echo " "
echo -e "$cyan click$grn ENTER$cyan to go back into m-wiz menu$rset"
echo " "
read punch
fi
cd $HOME/m-wiz
bash m-wiz.sh ;;
10)
sleep 2.0
clear
echo " "
echo -e "$grn
____ _ _ ____ ____ _ _ ____
( _ \( \/ )( ___) ( _ \( \/ )( ___)
) _ < \ / )__) ) _ < \ / )__)
(____/ (__) (____) (____/ (__) (____)...$cyan have a awesome day$rset"
echo " "
echo " "
exit
esac