am6539 / backdoor-apk-master

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
18 stars 11 forks source link

[!] Failed to run dex2jar on RAT APK file #1

Open jackjackamerica opened 7 years ago

jackjackamerica commented 7 years ago

@am6539 hi there i've been working with your tool and i faced this issue. what should i do?

[] Running backdoor-apk.sh v0.2.2 on Sat Jul 8 19:05:49 [+] Android payload options: 1) meterpreter/reverse_http 4) shell/reverse_http 2) meterpreter/reverse_https 5) shell/reverse_https 3) meterpreter/reverse_tcp 6) shell/reverse_tcp [?] Please select an Android payload option: 2 [?] Please enter an LHOST value: 192.168.1.50 [?] Please enter an LPORT value: 8888 [+] Handle the payload via resource script: msfconsole -r backdoor-apk.rc [] Generating RAT APK file...done. [] Decompiling RAT APK file...done. [] Decompiling original APK file...done. [] Merging permissions of original and payload projects...done. [] Running proguard on RAT APK file...done. [!] Failed to run dex2jar on RAT APK file

and would you please tell us that what are the dependencies to use your tool in ubuntu?

sailyajit commented 6 years ago

[] Running backdoor-apk.sh v0.2.2 on Wed May 2 18:47:14 IST 2018 [+] Android payload options: 1) meterpreter/reverse_http 4) shell/reverse_http 2) meterpreter/reverse_https 5) shell/reverse_https 3) meterpreter/reverse_tcp 6) shell/reverse_tcp [?] Please select an Android payload option: 3 [?] Please enter an LHOST value: 192.168.0.103 [?] Please enter an LPORT value: 4444 [+] Handle the payload via resource script: msfconsole -r backdoor-apk.rc [] Generating RAT APK file...done. [] Decompiling RAT APK file...done. [] Decompiling original APK file...done. [!] Failed to decompile original APK file

*PLEASE HELP