Projects by popularity

Android Multiple Pinning Bypass

1 | 4K

Uploaded by: @vichhka-git

This comprehensive Frida script bypasses over 30 different SSL pinning implementations, ranging from standard Java/Kotlin libraries (OkHttp, TrustKit) to native Flutter certificate verification. It works by forcing a "trust-all" state across nearly all modern Android networking stacks to allow seamless HTTPS traffic interception.

SSLSlayerv3

1 | 67

Uploaded by: @dodal-omkar

A Frida-based script to bypass SSL pinning in Android applications during security assessments. Built to handle real-world implementations across framework, library, and custom trust validation layers.

android-deeplink-jsi-monitor

1 | 294

Uploaded by: @ma4the

Monitors Android deeplink activity and WebView JavaScript interfaces (JSI) using Frida. Tracks Intent data, JavaScript interface usage, and WebView.evaluateJavascript execution.

Cordova - Enable Webview Debugging

1 | 13K

Uploaded by: @gameFace22

Enable debugging option of webview for android applications to use the browser developer tools such as debugguer, console, network monitor. This script is useful when you need to set breakpoints and inspect the flow of an application.