# SSL Validation Bypasses

**📍The method for bypassing SSL pinning depends on how it was implemented.**

### **3 Ways to Implement Certificate Pinning on Android**

1. **The old-school way - TrustManager**
2. **OkHttp and CertificatePinner**
3. **Something fresh - Network Security Configuration (NSC)**

### **⚔️**Bypass Certificate Pinning

* Start with ***Objection***, as it's quick and easy. If it doesn’t succeed, try implementing custom SSL pinning bypass techniques manually.
  * ***Launch the tool:***

    ```bash
    objection explore
    ```
  * ***Run the command inside the Objection shell:***

    ```bash
    android sslpinning disable
    ```
* Then, **use&#x20;*****Frida*** as an alternative or for more advanced bypass methods.
  * [**Universal Android SSL Pinning Bypass with Frida**](https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/)
