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
/* Android ssl certificate pinning bypass script for various methods | |
by Maurizio Siddu | |
Run with: | |
make sure adb already started | |
[for nox emulator] adb connect 127.0.0.1:62001 | |
[OPEN CMD1] adb shell "/data/local/tmp/frida-server &" | |
[OPEN CMD2] frida -U -f [APP_ID] -l frida.js --no-pause | |
*/ |