TheFatRat icon indicating copy to clipboard operation
TheFatRat copied to clipboard

Virtual android will not download payload

Open karpiyon opened this issue 2 years ago • 4 comments

Hi, I generated several payload 'flavors' for reverse_tcp:

  1. backdoor merger
  2. backdoor original
  3. masvenome

I placed them all + the original apk I merged the payload with in my apache2 server adn tried to download to my virtual android. The original apk was downloaded fine. None of the apks with the payload was downloaded. I get a message on the virtual android "Waiting for network..." Tries to download to my pc and had had the same problem: I can download the original apk but the ones with the payload fail showing "Failed - Network error"

Any suggestions?

karpiyon avatar Feb 19 '22 19:02 karpiyon

no idea

peterpt avatar Feb 20 '22 19:02 peterpt

Hi, I generated several payload 'flavors' for reverse_tcp:

  1. backdoor merger
  2. backdoor original
  3. masvenome

I placed them all + the original apk I merged the payload with in my apache2 server adn tried to download to my virtual android. The original apk was downloaded fine. None of the apks with the payload was downloaded. I get a message on the virtual android "Waiting for network..." Tries to download to my pc and had had the same problem: I can download the original apk but the ones with the payload fail showing "Failed - Network error"

Any suggestions?

If using Linux to generate the payloads with TheFatRat, you may try enabling postgresql service

sudo service postgresql start

Try also restarting apache2 service as well

sudo service apache2 stop && sudo service apache2 start

Then see if it fixes the problem

Morsmalleo avatar Mar 15 '22 06:03 Morsmalleo

I think the problem is not n the server side. I think it's on the receiver end which may originated from a scan the file goes through and perhaps refuses to download it. I did not install and AV on the android emulator

karpiyon avatar Mar 15 '22 08:03 karpiyon

I think the problem is not n the server side. I think it's on the receiver end which may originated from a scan the file goes through and perhaps refuses to download it. I did not install and AV on the android emulator

if you are using virtualbox for android emulator make sure to change the adapter setting to bridge image

Enigma1309 avatar Mar 21 '22 04:03 Enigma1309