-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.sh
More file actions
42 lines (39 loc) · 846 Bytes
/
setup.sh
File metadata and controls
42 lines (39 loc) · 846 Bytes
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
#!/bin/bash
# Author : SAEP ASER
kirmizi="\e[31m"
yesil="\e[32m"
sari="\e[33m"
mor="\e[34m"
mavi="\e[36m"
beyaz="\033[1;37m"
reset="\e[0m"
apt install figlet
clear
figlet HUNTER
printf "\e[1;77m\e[41m KURULUMLARINIZ 3 SANİYE İÇİNDE BAŞLAYACAKTIR!! \e[0m\n"
sleep 3
termux-setup-storage -y
pkg install root-repo unstable-repo x11-repo -y
apt install game-repo
apt purge game-repo
apt update
apt upgrade -y
apt install git -y
apt install python python2 -y
apt intall python3 -y
apt install pip -y
apt install php -y
apt install perl -y
apt install nano -y
apt install cat -y
apt install pip2 -y
pip install wordlist -y
apt install nmap -y
apt install hydra -y
apt install openssl -y
apt install nodejs -y
apt install cmatrix
clear
printf "$kirmizi KURULUM BİTTİ!! $reset"
printf "\n"
printf "\n"