This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Author: VICHHKA | |
| * Source: https://gist.github.com/vichhka-git/6aa3332c1c70262020176b309a83ecc4 | |
| * | |
| * Android Multiple Pinning Bypass for Frida | |
| * Usage: frida -U -f com.example.app -l flutter-ssl-pinning-bypass.js | |
| * | |
| * Covers 30+ bypass targets: | |
| * Java: TrustManagerImpl, OkHttp3, OkHttp2 (Squareup), Trustkit, | |
| * Conscrypt, Apache, Appcelerator, Fabric, Netty, CWAC-Netsecurity, |