How to install Metasploit in Termux [Android] No Root (Without Root)
![]() |
Metasploit Framework |
This is the step by step guide on how to install the most popular penetration testing tool Metasploit in Android/Termux....
So let's get started..........Requirements to install Metasploit in Termux/Android........
- Android phone
-Termux app
- Internet connection
- A smart brain(Like I have)
1------ Install the Termux app from playstore( Without this app you even can't make a single wordlist in Android).
2----- Open the Termux app and type the following command ...
apt get upgrade && apt get update
Then press enter....
Then it will say a command like that (y/n)Then type "y" and hit enter..
And wait until it fully done (it may take 40 sec to 1 min depending on your internet speed).
3----- After it gets done, Now type this code to install curl....
apt install curl
And let it install it may take 1-2 mins (again it depends on your internet speed, So be patient).
4.Now type copy the code below and paste in termux app and press Enter
curl -LO https://raw.githubusercontent.com/Hax4us/Metasploit_termux/ master/metasploit.sh
(It will not take more than 10 min).
5----- After you download Metasploit (You just downloaded that a second ago).
6------ Then you have to give it execution permission (don't worry I will tell you that also).
Copy and paste the command given below to Termux and press enter....
chmod 777 metasploit.sh
(It will take only a second to get execution permissions)7----- Then you have to run metasploit installer to install metasploit to do that just type the following and press enter...
./metasploit.sh
(It will take around 40 to 50 mins)
8----- After it gets done type 'clear' and press enter(not necessary but just to make it look fresh and clean)
Now you have successfully installed Metasploit Framework in your Android phone.....
![]() |
Metasploit Installer |
9------ Now type the following command and finally press ente to run your Metasploit Framework on your Android phone..........
./msfconsole
Now you have an Android phone running the world's most popular pentest toolSo Enjoy..........................................................................
Thanks for the guide, to read click here.
ReplyDelete