-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathinstall.sh
executable file
·41 lines (38 loc) · 1.12 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
red='\033[1;31m'
white='\033[1;37m'
green='\033[1;32m'
printf "$green"
echo "INSTALLING IMPORTANT PACKAGES"
apt-get -y --allow-unauthenticated install pv ruby git curl php python python2 wget termux-api zip libcurl mpv
gem install colorize
pip install lolcat
pip2 install beautifulsoup4
pip2 install termcolor
pip2 install argparse
pip2 install request
pip2 install pysocks
printf "$green"
echo "You Need to install Termux API APP For some
commands" | pv -qL 10
FILE=~/STARK3.0/modules.zip
printf "$green"
echo "cheking module.zip file is exist or not........"
if test -f "$FILE"; then
echo "$FILE ok files exist."
else
printf "$red"
clear
echo "Modules does not exist."
echo "INSTALLING modules.zip"
wget https://www.dropbox.com/s/geyq8mba09sromy/modules.zip
printf "$green"
echo "The Modules file size 50.mb
After Extraction it will only 100.mb" | pv -qL 10
wget https://www.dropbox.com/s/72khp3yvrc9de7t/SecretServer.zip
unzip modules.zip
unzip SecretServer.zip
rm -rf SecretServer.zip
mv Secret modules/
rm -rf modules.zip
rm -rf modules/SCANNER-INURLBR/output/save.txt
fi