httptoolkit / frida-interception-and-unpinning

Frida scripts to directly MitM all HTTPS traffic from a target mobile application
https://httptoolkit.com/android/
GNU Affero General Public License v3.0
905 stars 178 forks source link

net.mullvad.mullvadvpn #35

Closed ghost closed 10 months ago

ghost commented 11 months ago

using MITM Proxy, I cannot get past the login screen on the Mullvad Android app

I tried Frida with the script here, but the problem remains. I can share account if needed.

pimterry commented 11 months ago

Hi @4cq2. Sorry to hear you're having issues with Mullvad, that's interesting! I'd be surprised to see them doing the kind of obfuscation or unusual techniques required to block this.

I'm afraid I don't have time to debug issues like this for people myself right now. If you reverse engineer it (guide here) is it obvious where the issue is coming from? If you can find the cause, I'm happy to provide some pointers to write Frida hooks to disable it.

ghost commented 10 months ago

closing this since I found a simpler way to solve the problem - thank you sir