frida-interception-and-unpinning icon indicating copy to clipboard operation
frida-interception-and-unpinning copied to clipboard

Frida scripts to directly MitM all HTTPS traffic from a target mobile application

Results 58 frida-interception-and-unpinning issues
Sort by recently updated
recently updated
newest added

Hi everyone, I'm encountering an SSLPeerUnverifiedException when executing the command. Additionally, Charles Proxy isn't capturing any data from the client. I've tried configuring PROXY_HOST with both my actual proxy address...

Found the app that the unpinning scripts wont work on, its called **Simple Bitcoin** (https://play.google.com/store/apps/details?id=com.simplecrypto.applearning.cryptoapp) Tried everything and it just wont start with any mitm (Requable, burpsuite, httptoolkit)

It gets stuck in the mfa section, does a request to https://edenred.ionix.cl/ with 401 Unauthorized [logcat_output.txt](https://github.com/user-attachments/files/16577790/logcat_output.txt) Edit: i forgot frida logs running with `frida -U -l ./config.js -l ./native-connect-hook.js -l...

Hi, I have a problem with com.stripe.android.dashboard app on android 12.1. Can you help me with it? ``` $ frida -U -l ./config.js -l ./native-connect-hook.js -l ./android/android-proxy-override.js -l ./android/android-system-certificate-injection.js -l...

Hello. There's this game that I think do not handle proxy well. Basically when httptoolkit runs, all in-game request fails. And on httptoolkit it shows `Aborted connection to xxx`. Initially...

Hello, In a lot of cases that we encountered, it was crucial to the Frida injection to be hot reloaded and not being a full restart. This could be solved...

Add a new hook to the native conscrypt TrustManagerImpl class

> We need a feature to allow the addition of an external Frida script in order to bypass jailbreak detection and run the application smoothly. > > I have a...