Bypassing SSL/Certificate Pinning

One of the easiest ways to bypass SSL/Certificate Pinning is using Objection. Objection is a framework built on top of Frida which can automatically bypass certificate pinning.

objection -g 'Application Name' explore
ios sslpinning disable --quiet

The more reliable way to bypass certificate pinning would be using Frida directly. Frida is a great reverse engineering tool and can be used to achieve so many tasks.

Last updated