Fuzion24 / JustTrustMe

An xposed module that disables SSL certificate checking for the purposes of auditing an app with cert pinning
Other
4.85k stars 792 forks source link

Added OK HTTP SSL Pinning bypass #12

Closed anantshri closed 8 years ago

anantshri commented 8 years ago

OK HTTP by squareup. Tested against version 2.5 (latest at the time of writing) @ https://github.com/square/okhttp/blob/master/okhttp/src/main/java/com/squareup/okhttp/CertificatePinner.java

Fuzion24 commented 8 years ago

Fixed an import and built the binary.

Thanks for the contribution!