1 | 13K
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.
1 | 8
A Frida script to bypass SSL certificate pinning in Flutter-based Android applications. Works by patching the native SSL verification function and hooking Java SSL classes.
1 | 12K
iOS SSL Bypass
1 | 1K
Bypasses multiple security controls in React Native applications protected with freeRASP by Talsec, including root detection, hooking detection, developer mode, and ADB checks.
1 | 3K
This Frida script bypasses Talsec (FreeRASP) security mechanisms in Flutter-based Android applications by neutralizing the event reporting channel (talsec.app/freerasp/events), disabling root detection (via File and Runtime.exec), debugger checks (Debug.isDebuggerConnected), and exit/kill-based shutdowns (System.exit, Process.killProcess). Useful for dynamic analysis, reverse engineering, or testing protected apps in a controlled environment.
1 | 14K
Secret diary of ninja's OkHTTP General Hooks
1 | 4K
Uploaded by: @SYM01
Backtrace HTTP request.
1 | 20K
frida script for bypassing root detection implemented with rootbeer library - https://github.com/scottyab/rootbeer
1 | 3K
Android Root-detection Bypass
1 | 12K
Intercepts network traffic using Frida for specified target hosts, logging API calls and WebView URL loads. Currently supports okhttp3 only
1 | 10K
Hooks libboringssl.dylib to extract TLS keys and enables decryption of network traffic from iOS apps to be decrypted. Tested on iPhone 5s running iOS 12.4.2 jailbroken with Checkrain.
1 | 3K
Logging tool that send Frida log to Mac NSLoggerViewer
1 | 1K
Script for geoposition and motion sensor activity forgery for pacer app
1 | 5K
Uploaded by: @dki
Look up the location of an iOS app on the device using the name displayed under the icon.
1 | 29K
TLS/SSL pinning bypass for iOS 13
1 | 7K
Modified version of https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/