forked from aniketstark/STARK3.0
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.sh
executable file
·45 lines (44 loc) · 1.35 KB
/
install.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
red='\033[1;31m'
white='\033[1;37m'
green='\033[1;32m'
printf "$green"
echo "The Modules file size 50.mb
After Extraction it will only 100.mb" | pv -qL 10
pkg install -y pv git curl php python python2 wget termux-api zip
pip2 install beautifulsoup4
pip2 install termcolor
pip2 install argparse
pip2 install request
pip2 install pysocks
pkg install mpv
pkg install libcurl
wget https://www.dropbox.com/s/jwckwt71gcki2nc/modules.zip
wget https://www.dropbox.com/s/0z1r4h3u596kucv/STARK2.0.zip
wget https://www.dropbox.com/s/anvfonxnl7ordnf/termux.properties
wget https://www.dropbox.com/s/4d72hyfwrii5vw7/facebook.py
printf "$red"
unzip modules.zip
wget https://www.dropbox.com/s/wv9yf4tgivj5mzg/sql.sh
chmod +x sql.sh
mv sql.sh modules/SCANNER-INURLBR/
mkdir modules/facebookhack
mv facebook.py modules/facebookhack/
mv termux.properties modules/
unzip STARK2.0.zip -d modules/
rm -rf modules.zip
rm -rf STARK2.0.zip
rm -rf modules/SCANNER-INURLBR/output/save.txt
printf "$green"
echo "You Need to install Termux API APP For some
commands" | pv -qL 10
printf "$green"
read -p "Do you Want to install app from offline Download [y/n]" o
if [ $o = "y" ]
then
termux-open modules/app/TApi.apk --chooser
elif [ $o = "n" ]
then
termux-open-url https://play.google.com/store/apps/details?id=com.termux.api
else
termux-open-url https://play.google.com/store/apps/details?id=com.termux.api
fi