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.2k stars 699 forks source link

Backdoored APK Location? #63

Closed D347HGUN closed 7 years ago

D347HGUN commented 7 years ago

I've successfully ran the tool and it finished with no errors but i dont know where i should find my backdoored apk The backdoor-apk folder is placed at this directory on my pc: /root/Tools/backdoor-apk/backdoor-apk Any ideas where i should find the modified apk? and what should it be named after the tool finished creating it?

D347HGUN commented 7 years ago

nvm i think i found it

dana-at-cp commented 7 years ago

@D347HGUN It's in the last bit of the README:

The recompiled APK will be found in the 'original/dist' directory. Install the APK on a compatible Android device, run it, and handle the meterpreter connection via the generated resource script: msfconsole -r backdoor-apk.rc

Glad you figured it out. Enjoy! :)