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 recompile original apk project with backdoor #165

Closed dsx12 closed 5 years ago

dsx12 commented 5 years ago

The scripts functions worked fine until the recompiling function was called it exited with the error:

"[!] Failed to recompile original apk project with backdoor"

I have noticed there are some current bugs with apktool going around on most debian operating systems.

Is there a method to configure this script to run on windows? I tried injecting metasploit payloads into my original apk on windows and received a error on widows also.

Does anyone have an explanation or fix? please help!

dsx12 commented 5 years ago

Is there a alternative tool other than apktool to rebuild decompiled apks that successfully works?

stevanuscolonne commented 5 years ago

@dsx12 try to replace apktool.jar file from its official website. I've tried and recompile succes.

scr1k commented 5 years ago

ap @stevanuscolonne could u tell me where should i replace?

threst commented 5 years ago

https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.3.4.jar it's ok

pretech86 commented 5 years ago

@threst where ishould paste it after downloades thanks a lot

simoohara2 commented 5 years ago

https://ibotpeaches.github.io/Apktool/install/

dana-at-cp commented 5 years ago

168