Projects by popularity

libcurl proxy enabler

0 | 1K

Uploaded by: @TwizzyIndy

CURL is using it's own proxy. So, it will be difficult to intercept HTTP(S) calls on Windows using some http proxy tools. I decided to hook the export calls for the target app using frida. Then it was happen.

Android SSL Pinning

0 | 5K

Uploaded by: @hyugogirubato

Android SSL Pinning is a Frida script powerful tool for bypassing SSL pinning in Android applications. It use the Frida framework to intercept and patch SSL pinning methods, enabling the analysis of encrypted network traffic.

ANTI-ROOT-AND-SSL-PINNING2

0 | 589

Uploaded by: @vicsanjinez

Based on the project https://codeshare.frida.re/@limyout/root-detection-and--ssl-pinning/ with a little modification for an error with "Error: getPackageInfo(): has more than one overload, use .overload(<signature>) to choose from: .overload('android.content.pm.VersionedPackage', 'int') .overload('java.lang.String', 'int')"