Bypassing SSL Pinning with Objection

Patching apk with objection:-

Frida & Objection

Connecting with the patched apk:-

  1. Launch the patched apk.

  2. Then while its stuck on loading launch objection

objection explore

Disabling SSLPinning

image.png
  • SSLPinning only have one option disable

image.png
  • Objection is currently not able to bypass OKHTTP3 with pinning . For this we can use the custom script from:

SSL Validation Bypasses

Last updated

Was this helpful?