dana-at-cp / backdoor-apk

backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only.
Apache License 2.0
2.17k stars 699 forks source link

using it over WAN #152

Closed deltadroid closed 5 years ago

deltadroid commented 6 years ago

can it be used over WAN along with ngrok? I tried couple of times but the meterpreter sessions are not captured. is there any way?

dana-at-cp commented 5 years ago

@deltadroid I don't know much about ngrok but I have tested android/meterpreter/reverse_https payloads over the Internet/WAN that were created as part of backdoor-apk.sh.

dana-at-cp commented 5 years ago

@deltadroid Version 0.2.3 had issues with more recent versions of Metasploit/msfvenom. All of those issues have been resolved in versions 0.2.4 and 0.2.4a. I would try to use ngrok again with the latest version of backdoor-apk.

Also, it wouldn't hurt to do initial tests on a LAN and WAN without ngrok before retesting over the Internet with ngrok.