Metasploit Termux Tutorial | Install Metasploit in Termux

What is Termux ?
Metasploit Termux Tutorial– Termux is similar as Linux but, Termux is only available for Android Devices. It works on both rooted or non-rooted android devices. Termux is same as Linux you can use it same as Linux. You can use it for hacking or programming related tasks. To install Metasploit Framework first you need to download Termux. Termux is available on Play Store for Free. You can download Termux from below Link.
Install Termux :- https://play.google.com/store/apps/details?id=com.termux
What is Metasploit ?
Metasploit is the open-source, widely used and powerful tool that is used for penetration testing and exploit vulnerabilities, etc. Metasploit is a ruby-based Penetration Testing Tool. It is also used to Hacking into systems. This framework is also used for illegal hacking by the some hackers.

Install Metasploit Framework in Termux
For installing Metasploit through github you need to follow below mentioned steps carefully. Just copy below mentioned command and paste it in Termux one-by-one.
Metasploit Termux Tutorial :-
1. First update your Termux Repository through below command.
pkg update && pkg upgrade -y
2. Now install requirements for Metasploit.
pkg install wget curl openssh git -y
3. Install ncurses-utils through below command.
apt install ncurses-utils
4. Now download Metasploit in Termux.
wget https://raw.githubusercontent.com/gushmazuko/metasploit_in_termux/master/metasploit.sh
5. Give permissions to Metasploit.sh bash file.
chmod +x metasploit.sh
6. Run Metasploit through below command.
./metasploit.sh
Done! Metasploit is Successfully Install in your Termux.
If the last command (step 6) doesn’t work then you can also use this command
bash metasploit.sh
Thanks For Reading 📖
Note :- This is Only For Educational Purposes. We aren’t supporting any Illegal Hacking and we’re not responsible for any Illegal Activities.