Member-only story
Gain session on android mobile device remotely using metasploit framework
For Educational Purpose Only I will not be responsible for any illegal activities that may occur due to misuse of this knowledge!!!
👋🏽 Hey guys, today we will discuss on how an attacker can gain remote access and spawn a session to an android mobile device using the metasploit framework
Read Full Article for Non — Medium member
Table of Contents
What is Metasploit Framework?
Install Ngrok
Generate Payload
Fire Up MSFconsole
Launch The Attack
Available Commands
What is Metasploit Framework?
Metasploit Framework, is an open source tool for developing and executing exploit code against a remote target machine.
Install Ngrok
Ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. You can download Ngrok from here.
This step is only for you if you try to hack from your PC and your PC doesn’t have a remote public IP address. If you hack from the server, then you don’t need to install Ngrok. The server has a publicly accessible IP address.