> For the complete documentation index, see [llms.txt](https://blog.s1rn3tz.ovh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.s1rn3tz.ovh/pentest-mobile/ios/ssl-pinning-bypass-ios.md).

# SSL pinning bypass (iOS)

## Avec Frida

* <https://codeshare.frida.re/@federicodotta/ios13-pinning-bypass/>
* <https://codeshare.frida.re/@machoreverser/ios12-ssl-bypass/>

## Avec Objection

Sur l'appareil:

<pre><code><strong>$ objection -g YOUR_BINARY explore
</strong># ios sslpinning disable
</code></pre>

## Outils

{% embed url="<https://github.com/nabla-c0d3/ssl-kill-switch2>" %}
