-
The iOS SSL kill switch looks like its working okay for normal apps but I cannot seem to get it to work at all for system apps such as iCloud. I am currently trying to inject the ssl kill switch into …
-
I am not sure if this is possible with the frameworks available in iOS, but thought this may be a good place for discussion.
For background see: http://www.imperialviolet.org/2011/05/04/pinning.html
…
-
The default iOS SSL pinning command does not patch Appcelerator's SSL pinning functionality. During the creation of the HTTP client, a `securityManager` parameter can be passed as the result of the `c…
-
https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning
-
Support for pinning base64 SHA-256 hashes as in HTTP Public Key Pinning (HPKP) or SHA-1 base64 hashes in SecurityContext.
Support for Subject Public Key Info in X509Certificate.
normally in native …
-
It would be really great, if you could add support for SSL pinning with public keys as is possible with AFNetworking. AFNetworking supports both pinning with certificates or public keys.
Certificate …
-
![image](https://github.com/httptoolkit/frida-interception-and-unpinning/assets/85563550/7097d48d-a963-4bda-b0d3-d9360e51f1d8)
![image](https://github.com/httptoolkit/frida-interception-and-unpinni…
-
Once you black list an app then other tweaks also get disabled for that app like SSL Kill Switch 3. I do research analyzing SSL on apps by using proxies to inspect the traffic and some apps use certi…
-
![image](https://github.com/user-attachments/assets/098f5a0d-4795-4fe1-ae47-76f8fcfc96fe)
frida -U -f "app" -l SSL-Pinning-Bypass.js
What I already tried :
chmod +x /data/local/tmp/cert-der.crt
…
-