Ad Banner

Install Metasploit Framework in Android [Termux] | No root

Install METASPLOIT FRAMEWORK on Android(TERMUX) [UPDATED]


What is Metasploit?

Metasploit is world's most used hacking tool/ penetration testing Framework that runs on linux terminal environment.
This is developed by: Rapid7 LLC in collaboration with open source Community.
It consists wide range of applications and open source availability.
It includes more than 1600+ exploits.(Amazing!... Isn't it?).

Now you can use it on your Android Smartphone too Which makes it more cool and handy to use.
Before Termux came into market (before it's development), it can olny installed successfully in GNURoot (now this terminal emulator is just sh*t that consumes lot of device space, and not works properly!)

Now read the blog and know HOW TO INSTALL IT...  Okay...




Note: TERMUX must be installed in your Android smartphone/Tablet

Termux is available in GOOGLE PLAY STORE!

⬇FOLLOWS THESE COMMANDS TO INSTALL METASPLOIT FRAMEWORK.⬇


EASY STEP

apt update

apt upgrade

pkg install unstable-repo

pkg install metasploit


COMPLEX STEP

1.  pkg upgrade -y



2.  pkg update -y 



3.  pkg install wget -y


4.  wget https://Auxilus.github.io/metasploit.sh


5.  bash Metasploit.sh



6.  cd metasploit-framework



7.  ls



8.  bundle config build.nokogiri --use-system-libraries



9.  bundle install



10.   ls


11.   ./msfconsole



12.   Metasploit Framework successfully installed!! ENJOY!



⚫SECOND METHOD TO INSTALL METASPLOIT FRAMEWORK[ for Android 5.0 to 6.1]Updated!


▶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


▶msfconsole (to run Metasploit)





The End.

Post a Comment

1 Comments