keskiviikko 3. syyskuuta 2014

Metasploit on Android

How to install metasploit on android

You wanna know, how to run metasploit on android?  OK. Here's how:

How I run metasploit on my Samsung Galaxy sIII LTE/4G is; i run it in linux emulator.
I know it isn't as good as running it as a android application or in terminal emulator. That isn't possible yet because there isn't metasploit for android as application. This app doesn't require root access and work without kernel that supports loopdevice. I'm not responssible for any damage you do with metasploit and i've made this tutorial för educational purposes only

So, first thing to do is download app called: "debian noroot" to your device from Google Playstore.
Here's link: http://adf.ly/rRb7V

Open the debian noroot app and let it load the packages.
Once it's done restart the app and configure options if needed.
Open ROOT Terminal once debian has booted.
Type in: "apt-get update" following with "apt-get upgrade".
Then type: "apt-get install git".
After it has loaded type: "git clone https://github.com/MiksuLinuxGuy/metasploit-script.git".
Change directory with: "cd metasploit-script".
Then run the script inside: "sh metasploit-script.sh".
This will start long loading process and you need to be patient.
Now you have to close root terminal and open the normal terminal.
Change directory again with: "cd opt/metasploit-framework/".
Install gems with: "bundle install" command.
Now you're done! Start metasploit with "msfconsole" and enjoy.

You should check out my github page(http://adf.ly/rjLGf) as well as donate.