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

installing error #170

Closed pretech86 closed 5 years ago

pretech86 commented 5 years ago

when i run the tool i get this error

[*] Running backdoor-apk.sh v0.2.4a on Thu 09 May 2019 05:39:05 PM EDT ./backdoor-apk.sh: line 134: $LOG_FILE: ambiguous redirect [!] Check your environment and configuration. Couldn't find: msfvenom

dana-at-cp commented 5 years ago

@pretech86 Try this stackoverflow Q&A: https://stackoverflow.com/questions/2462385/getting-an-ambiguous-redirect-error

The following message is letting you know that 'msfvenom' is not in your path:

[!] Check your environment and configuration. Couldn't find: msfvenom