Today in this article, we are going to learn how we can download and install Metasploit on your Android phone termux without rooting the device. Metasploit is a popular framework of kali Linux written in Ruby programming language for penetration testing in hacking.
Install Termux Emulator
In Kali Linux, we have a terminal to run the commands similarly in Android we have Termux running as a terminal emulator. It allows us to install any package of kali Linux on Android. If you have not installed termux in your device. you can download the termux from F-Droid. Don’t install termux from Google Playstore. Click below to download F Droid from Official Website.
Method 1: Installing Metasploit on Android using Termux
After Installing termux on your android phone open termux and run the following commands.
Note: You need 2GB data & space to Install metasploit framework on Android termux. and takes time up to 15 mins depends upon your internet speed.
pkg update && pkg upgrade

pkg install wget curl openssh git -y

apt install ncurses-utils

source <(curl -fsSL https://kutt.it/msf)

msfconsole

Method 2: Manually Installing Metasploit on Android Termux
You can also manually install metasploit on your Android termux by running the following commands.
Note: You need 2GB data & space to Install metasploit framework on Android termux. and takes time up to 15 mins depends upon your internet speed.
pkg update && pkg upgrade
pkg install wget
wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh
chmod +x metasploit.sh
./metasploit.sh
Disclaimer
This article is made available for educational and informational purposes only. We believe that everyone must be aware of ethical hacking and cybersecurity to avoid different types of cyberattacks on computers, websites, apps, etc. Please regard the word hacking as ethical hacking every time we use it. All our articles have been made using our own systems, servers, routers, and websites. It does not contain any illegal activities. Our sole purpose is to raise awareness related to cybersecurity and help our viewers learn ways to defend themselves from any hacking activities. Technical Meer is not responsible for any misuse of the provided information.
Conclusion
These are two different methods to install metasploit on your phone, you can choose any of them. If you have any issue or questions then please comment below. Make sure to Subscribe to our Website for more tutorials like this. Hope this helped. Thank you.