-
Notifications
You must be signed in to change notification settings - Fork 133
/
update.sh
59 lines (36 loc) · 963 Bytes
/
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
48
49
50
51
52
53
54
55
56
57
58
59
# ______ _ _ _______
# | ____| (_) | | |__ __|
# | |__ ___ ___ ___ _ ___| |_ _ _ | | ___ __ _ _ __ ___
# | __/ __|/ _ \ / __| |/ _ \ __| | | | | |/ _ \/ _` | '_ ` _ \
# | | \__ \ (_) | (__| | __/ |_| |_| | | | __/ (_| | | | | | |
# |_| |___/\___/ \___|_|\___|\__|\__, | |_|\___|\__,_|_| |_| |_|
# __/ |
# |___/
#
#Greet's To
#IcoDz - Canejo
#Tool For Hacking
#Authors : Manisso
clear
sudo chmod +x /etc/
clear
sudo chmod +x /usr/share/doc
clear
sudo rm -rf /usr/share/doc/Crips/
clear
cd /etc/
clear
sudo rm -rf /etc/Manisso
clear
mkdir Manisso
clear
cd Manisso
clear
git clone https://github.com/Manisso/Crips.git
clear
cd Crips
clear
sudo chmod +x install.sh
clear
./install.sh
clear