How to install Metasploit in Android

How to install Metasploit in Android


Hello guys in this post I'm gonna show u the procedures to install Metasploit-Framework in Android without root. Sound crazy right? But it's possible.. 
So to do this u need to have the following:
  •  Android Device (at least 5.0 or above)
  • Termux App(Get it for free from Play store)
  • Space in android and patience :p
So first of all you need to have an android device with android 5.0 or above because termux won't install in android devices below 5.0, now follow the steps below:

STEP 1:

Open up termux and u will get to see a black screen with a terminal prompt like a linux terminal.
Now in that prompt type  apt install && apt upgrade -y
This will install apt in ur termux app and upgrade it to the latest version.

STEP 2:

Next up u need to install a package called curl, so type apt install curl -y

STEP 3:

Now type this command: curl -LO https://raw.githubusercontent.com/Techzindia/Metasploit_For_Termux/master/metasploitTechzindia.sh

STEP 4:

Now u will get a shell script named metasploitTechzindia.sh 
Just give it executable permissions by typing: chmod +x metasploitTechzindia.sh 
Next simply execute by typing:  sh ./metasploitTechzindia.sh
THIS WILL TAKE ABOUT 40 MINUTES TO COMPLETE.

STEP 5:

Now once the above step is complete, type ls u will see a folder named metasploit-framework-4.14.28
Just move to that folder by typing: cd metasploit-framework-4.14.28 

STEP 6:

Again type ls then u will get to see all the files in that folder.
Now type ./msfconsole
It will take about a minute to load up the metasploit console.
Once opened u will see the metasploit loaded up :)
Now enjoy! :D


Comments