How to Install Metasploit in Termux
Hi ! Welcome to Termux World . In this post I am going to show you how you can install
Metasploit in termux on Android phone without root.
Requirments :
- 600+ MB free space
- Termux App
- Android 5 or above
- Hackers Keyboard app
Steps to Install Metasploit in Termux :
- Open Termux app and type the command given below and hit Enter to update and upgrade packages of Termux
apt update && apt upgrade -y
- Now we need to change the directory to home. For changing the directory to home type the below command.
cd $HOME
- Now we need to install some extra packages like wget,curl,git because they will be required for installing Metasploit in Termux. To install the packages just run the command given below on Termux.
pkg install wget -y && pkg install curl -y && pkg install git -y
- Now we are ready to install Metasploit. To install Metasploit we have to install a script by running the command given below
wget Auxilus.github.io/metasploit.sh
- To run the installed script for installing Metasploit, just enter the command
bash metasploit.sh
- This script can install the latest version of Metasploit. Finally, after the complete Installation, you can run Metasploit in your device by entering the command given below.
msfconsole
This is only for educational purpose and I’m not responsible for any misuse or harm done