shroudedcode / apk-mitm

🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
https://npm.im/apk-mitm
MIT License
3.6k stars 337 forks source link

integrity test failed #136

Open mabed-fr opened 10 months ago

mabed-fr commented 10 months ago

Hello, I have error for bypassing ssl pinning.

Téléchargements → apk-mitm In***Apkpure.apk

╭ apk-mitm v1.2.1 ├ apktool v2.6.1 ╰ uber-apk-signer v1.2.1

Using temporary directory: /tmp/apk-mitm-2df354d2434f6cb9f496b437d7c7aa84

✔ Checking prerequisities ✔ Decoding APK file ✔ Applying patches ✔ Encoding patched APK file ✔ Signing patched APK file

WARNING

This app seems to be using Android App Bundle which means that you will likely run into problems installing it. That's because this app is made out of multiple APK files and you've only got one of them.

If you want to patch an app like this with apk-mitm, you'll have to supply it with all the APKs. You have two options for doing this:

– download a .xapk file (for example from https://apkpure.com) – export a .apks file (using https://github.com/Aefyr/SAI)

You can then run apk-mitm again with that file to patch the bundle.

Done! Patched file: ./In***Apkpure-patched.apk

But i d'ont find any xapk on apkpure for this app.

OS: Debian 11 Android OS: Samsung Galaxy TAB2 Android 9

And when i launch the app

image

Can you help me ?