-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathm-wiz.sh
398 lines (396 loc) · 12.1 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
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
#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
check(){
if wget --spider https://raw.githubusercontent.com/noob-hackers/m-wiz/master/update.v1.4 2>/dev/null; then
cd $HOME/m-wiz/core/upd
echo "meta" > update.txt
else
echo
fi
}
check
option(){
if [ -f "$HOME/m-wiz/core/upd/update.txt" ];then
cd $HOME/m-wiz/core/upd
bash update.sh
else
echo " "
fi
}
option
check1(){
if wget --spider https://raw.githubusercontent.com/noob-hackers/patchupdateznh/main/m-wiz.v.1 2>/dev/null; then
cd $HOME/m-wiz/core/upd
echo "meta" > patch.txt
else
echo
fi
}
check1
option1(){
if [ -f "$HOME/m-wiz/core/upd/patch.txt" ];then
cd $HOME/m-wiz/core/upd
bash patch.sh
else
echo " "
fi
}
option1
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.3$rset"
echo " "
echo -e "$red ▶ Coded by$grn N17RO$red ◀$rset"
echo -e "$red ⫸$ylo Noob Hackers $red ⫷$rset"
echo -e "$red ⫸$grn github.com/noob-hackers $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 [OPTIONS]$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] Update"
echo -e "$red ➡$cyan [7] About"
echo -e "$red ➡$cyan [8] Subscribe"
echo -e "$red ➡$cyan [9] Chat Now"
echo -e "$red ➡$cyan [10] Follow"
echo -e "$red ➡$cyan [11] 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/core/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/core/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/core/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/core/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/core/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 kongg
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 ;;
6)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 gidor
cd $HOME/m-wiz/core/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 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 ABOUT$red script$rset"
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read nit
cd $HOME/m-wiz/core/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 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 SUBSCRIBE$red Metasploit$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read sim
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
am start -a android.intent.action.VIEW -d https://bitly.com/nhytchannel
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 CHAT$red Script$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to continue$rset"
echo " "
read burritos
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
am start -a android.intent.action.VIEW -d https://bit.ly/nhwhatschat
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)echo " "
echo " "
echo " "
echo -e "$red You are going to$grn Follow$red$rset "
echo " "
echo -e "$grn Press$ylo ENTER$grn to Continue$rset"
echo " "
read sim
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
am start -a android.intent.action.VIEW -d https://bit.ly/nhfollowus
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 1
esac;