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

[Feature Request] Persistent Backdoor #76

Closed its-arun closed 7 years ago

its-arun commented 7 years ago

Would it be possible for you to add persistent backdoor to apk into this script? Currently the process is manual and has to be done using Android Studio or Maven.

https://github.com/kaeljurk/metasploit-android

Also please avoid scanning with Virus Total. You may use NoDistribute.com.

dana-at-cp commented 7 years ago

@its-arun There is reboot persistence via a the service mechanism. Am I missing something?

its-arun commented 7 years ago

@dana-at-cp yes it seems like reboot persistence

dana-at-cp commented 7 years ago

@its-arun That capability already exists in the embedded RAT payload. Is it not working?

dana-at-cp commented 7 years ago

@its-arun Closing this issue as the feature already exists in the latest version.