Skip to content

Virtual android will not download payload #683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
karpiyon opened this issue Feb 19, 2022 · 4 comments
Open

Virtual android will not download payload #683

karpiyon opened this issue Feb 19, 2022 · 4 comments

Comments

@karpiyon
Copy link

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?

@peterpt
Copy link
Collaborator

peterpt commented Feb 20, 2022

no idea

@Morsmalleo
Copy link

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

@karpiyon
Copy link
Author

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

@Enigma1309
Copy link

Enigma1309 commented Mar 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants