httptoolkit / frida-interception-and-unpinning

Frida scripts to directly MitM all HTTPS traffic from a target mobile application
https://httptoolkit.com/android/
GNU Affero General Public License v3.0
905 stars 178 forks source link

Add hook for Appmatus CertificateTransparencyTrustManager.checkServerTrusted #34

Closed baltpeter closed 1 year ago

baltpeter commented 1 year ago

I discovered this method being used in canvasm.myo2, where it blocks traffic to Usercentrics. Traffic without this hook:

2023-06-23_14-51

Traffic with this hook:

2023-06-23_14-50

Thanks for the very helpful blog post! I followed that and documented my process in https://github.com/tweaselORG/meta/issues/31.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

pimterry commented 1 year ago

Superb, thanks @baltpeter! Merged :+1: