forked from M0HAM3D/HAK5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
78 lines (57 loc) · 1.33 KB
/
install.sh
File metadata and controls
78 lines (57 loc) · 1.33 KB
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
#!bin/bash
green='\e[1;32m'
cyan='\e[1;36m'
red='\e[0;31m'
blue='\e[1;34m'
white='\e[1;37m'
yellow='\e[1;33m'
clear
figlet -f big " Install HAK5 "
echo ""
echo -e "$white[$red 1 $white] $blue KAIL $red&&$blue PaROot \n"
echo -e "$white[$red 2 $white] $blue TermuX \n"
echo -e $white
read -p "[ H_A_K_5 / Install ]~# " ins
if [ "$ins" = "2" ];then
apt update && apt upgrade
chmod 700 HAK5.sh
pkg install python -y
pkg install python2 -y
pkg install python3 -y
pkg install figlet -y
pkg install wget -y
pkg install toilet -y
pkg install lolcat -y
pkg install tor -y
pkg install nmap -y
apt install apache2 -y
pkg install curl -y
apt install ruby -y
apt install php -y
apt install cowsay -y
pip install --upgrade pip
mv model .model
cd .model
chmod +x *
mv .mohamed /data/data/com.termux/files/usr/share/apache2/default-site/htdocs/
cd ..
termux-setup-storage
pip install urllib2
mkdir /sdcard/HAK5
echo -e -n " Enter Any Kay TO Run HAK5 " ;read Enter
cd HAK5
bash HAK5.sh
elif [ "$ins" = "1" ]; then
mv model .model
mkdir HAK5_PaYLOad
chmod +x HAK5.sh
chmod 700 HAK5.sh
sudo apt-get install toilet -y
sudo apt-get install wget -y
sudo apt-get install figlet -y
sudo apt-get install tor -y
echo -e -n " Enter Any Kay TO Run HAK5 " ;read Enter
bash HAK5.sh
else :
bash install.sh
fi