sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

disable ssl pinning also by okhttp3.CertificatePinner.check$okhttp override #404

Closed tothi closed 3 years ago

tothi commented 4 years ago

had to override this method in an apk implementing ssl pinning by okhttp3 (the simple .check() was not enough).

Signed-off-by: tothi tothi@users.noreply.github.com

leonjza commented 4 years ago

Thank you! 🙌