-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsetup.sh
More file actions
47 lines (47 loc) · 903 Bytes
/
setup.sh
File metadata and controls
47 lines (47 loc) · 903 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
43
44
45
46
47
#!/bin/bash
pkg install figlet
pkg install ruby
gem install lolcat
pkg install neofetch
pkg install toilet
pkg install wget -y
pkg install python -y
wget https://raw.githack.com/kumpul4semut/newtermux/master/key.py
chmod +x key.py
python key.py
mv update-metasec /data/data/com.termux/files/usr/bin
cd
cd ..
cd usr
cd bin
chmod +x update-metasec
cd
cd METASEC
unzip ngrok.zip
mv ngrok /$HOME
rm -rf ngrok.zip
cd
cd ..
cd usr
cd etc
rm -rf bash.bashrc
cd
cd METASEC
mv bash.bashrc /data/data/com.termux/files/usr/etc
clear
cat l.txt | lolcat
curl -LO https://github.com/termux/termux-packages/files/3995119/metasploit_5.0.65-1_all.deb.gz
gunzip metasploit_5.0.65-1_all.deb.gz
dpkg -i metasploit_5.0.65-1_all.deb
apt -f install
pkg install unstable-repo
pkg install metasploit
mv metasec /data/data/com.termux/files/usr/bin
cd ..
cd ..
cd usr
cd bin
chmod +x *
cd /$HOME/METASEC
clear
cat g.txt | lolcat