Step 1 – Installing Termux
If you haven’t already, go ahead and install Termux first. Simply open the F-Doid on Android and type “Termux” in the search field. Click Install to install it and Open to open it once it’s done.
Step 2 – Installing wget and downloading the Script
First, make sure you are in the home directory by typing:
cd $HOME
Code language: PHP (php)
Followed by:
pkg install wget
To install wget.
Now we need to download Auxilus’s script from Github using wget:
wget https://github.com/gushmazuko/metasploit_in_termux/raw/master/metasploit.sh
chmod +x metasploit.sh
Step 3 – Install Metasploit in Termux
To run the installer simply type:
bash metasploit.sh
Code language: CSS (css)
Alternatively:
./metasploit.sh
This starts the Metasploit installation, doing all the jobs for you-you otherwise would have to do manually.
Step 4 – Starting Metasploit
You are already done! To start Metasploit type:
msfconsole