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
- Now we need to change the directory to home. For changing the directory to home type the below command.
- 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.
- Now we are ready to install Metasploit. To install Metasploit we have to install a script by running the command given below
- To run the installed script for installing Metasploit, just enter the command
- 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.
apt update && apt upgrade -y
cd $HOME
pkg install wget -y && pkg install curl -y && pkg install git -y
wget Auxilus.github.io/metasploit.sh
bash metasploit.sh
msfconsole