-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetasploit.sh
43 lines (32 loc) · 1.15 KB
/
metasploit.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
#!/data/data/com.termux/files/home/bin/bash
clear
echo -e "\e[1;34m
_ _ _ _
| | | | (_) |
_ __ ___ ___| |_ __ _ ___ _ __ | | ___ _| |_
| '_ ` _ \ / _ \ __/ _` / __| '_ \| |/ _ \| | __|
| | | | | | __/ || (_| \__ \ |_) | | (_) | | |_
|_| |_| |_|\___|\__\__,_|___/ .__/|_|\___/|_|\__|
| |
|_|
"
echo "welcome"
echo -e "Wait until Downloding metasploit and fix it problem..."
echo -e " \e[1;31m website : \e[0;32m https://rdkgt7us.000webhostapp.com/"
echo -e " \e[1;37m "
#Downlaoding important things
pkg update && pkg upgrade -y
pkg install git wget ruby perl -y
#Deleting the old metasploit
if [ -d "/data/data/com.termux/files/home/metasploit-framework" ]; then
rm -r /data/data/com.termux/files/home/metasploit-framework
fi
#Downloaing metasploit
source <(curl -fsSL https://kutt.it/msf)
sleep 3
cd metasploit-framework
gem install nokogiri -- --use-system-libraries
gem update --system
bundle install
bundle update
./msfconsole