-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathsetup
67 lines (64 loc) · 941 Bytes
/
setup
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
60
61
62
63
64
65
66
67
#!/bin/bash
#setup.sh
clear
#color
blue='\e[1;34m'
green='\e[0;23m'
purple='\e[1;35m'
cyan='\e[1;36m'
red='\e[1;31m'
echo -e $cyan "Sedang Menginstall"
sleep 3
echo -e $red "TungguOke..."
sleep 5
clear
apt update && apt upgrade -y
clear
apt install nmap -y
clear
apt install python
clear
apt install python2
clear
apt install wget -y
clear
apt install lolcat
clear
apt install figlet
clear
apt install cowsay
clear
gem install lolcat
clear
pip2 install enlighten
clear
apt install curl -y
clear
apt install php -y
clear
apt install git -y
clear
apt install python -y
clear
apt install python2 -y
clear
pip install requests
clear
pip install bs4
clear
pip2 install mechanize
clear
pip2 install requests
clear
pip2 install bs4
clear
pip install -r requirements.txt
clear
pip2 install -r requirements.txt
clear
chmod +x *
clear
sleep 2
echo -e $red "[!]$purple Ketik Perintah $red [./FBH] $purple untuk Menjalankan Tool Ini"
sleep 5
echo ""