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.
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 at the specified IP and port.
Usage:
git clone https://github.com/dana-at-cp/backdoor-apk && cd backdoor-apk cd backdoor-apk ./backdoor-apk.sh [your apk file] Now you can upload it using MITM technique :-) (Just for education purpose right?yeah.. lets rock)
Source: https://github.com/dana-at-cp