-
Notifications
You must be signed in to change notification settings - Fork 2
/
update.sh
47 lines (44 loc) · 1.81 KB
/
update.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
#!/bin/bash
#Project Utools2
#Project From Joy JoyGhosh
#Joychondroghosh@gmail.com
echo """
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
UTOOLS2 UPDATE xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
"""
rm utools
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/utools
chmod +x utools
cd modules
rm brutef
rm crunch
rm ddos
rm fbbrute
rm hamm
rm info
rm instabr
rm metasp
rm payload
rm phoneinfoga
rm webpen
rm webshell
rm wgen
rm wireless
rm wordlist
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/brutef
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/crunch
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/ddos
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/fbbrute
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/hamm
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/info
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/instabr
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/metasp
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/payload
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/phoneinfoga
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/webpen
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/webshell
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/wgen
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/wireless
wget https://raw.githubusercontent.com/JoyGhoshs/Utools2/master/modules/wordlist
read -p "UpDated)"