frida-interception-and-unpinning
frida-interception-and-unpinning copied to clipboard
Frida scripts to directly MitM all HTTPS traffic from a target mobile application
Process crashed: java.lang.NullPointerException: interceptor se0.e@1c6a394 returned null *** FATAL EXCEPTION: OkHttp Dispatcher Process: cn.adidas.app, PID: 1455
Hey I tried out your SSL unpinning script on some apps and it didnt work for most of them (Whatsapp, Snapchat, McDonald's App). Is that fixable or is it because...
It prints out ``` --> Bypassing OpenSSLSocketImpl Conscrypt --> Bypassing OpenSSLSocketImpl Conscrypt --> Bypassing OpenSSLSocketImpl Conscrypt --> Bypassing OpenSSLSocketImpl Conscrypt ``` , but still fails to unpin it as seen...
Hello, I have been looking forward for the frida script to bypass unity based applications ssl pinning which are using below code. https://docs.unity3d.com/ScriptReference/Networking.CertificateHandler.ValidateCertificate.html Any help?
YouTube
I cant seem to get the YouTube app to work. I tried these combinations: - User cert - System cert - Frida - Frida + user cert - Frida +...
Fix #6
Change ```SSLContext_init.call(this, keyManager, TrustManagers, secureRandom);``` to ```this.init(keyManager, TrustManagers, secureRandom);``` Clearly the method is not static and so it should be called from it's instance, maybe I am missing some inner...
Any success with the Apple TV app on an Amazon Firetv 4k?
I'm struggling to find a script that'll unpin the Vodafone Broadband app (eu.reply.cordless.uk) and having read the blog post about Frida's unpinning capabilities I figured I'd see if anyone can...
Hello! Im currently trying to SSL pin the app called "Zalando" - Whenever I do run `frida --no-pause -U -l intercepter.js -f "de.zalando.mobile"` it seems like the app crashes and...
Hi! I'm trying to bypass SSL pinning and it doesn't working. But when I "live reload" script i can see this error ` Error: Cast from 'com.google.android.gms.org.conscrypt.OpenSSLX509Certificate' to 'javax.net.ssl.KeyManager' isn't...