Chrome URL Interceptor
1 | 1K
Uploaded by: @raphc43
Script to instantly display current tab URL on Chrome Android (Suitable for fast URL capturing). Buy me a coffee: https://www.buymeacoffee.com/raphaelQ
Script to instantly display current tab URL on Chrome Android (Suitable for fast URL capturing). Buy me a coffee: https://www.buymeacoffee.com/raphaelQ
frida script for bypassing root detection implemented with rootbeer library - https://github.com/scottyab/rootbeer
This script helps to bypass the iOS jailbreak detection. This project is forked from /@DevTraleski/ios-jailbreak-detection-bypass-palera1n/
Modified version of https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/
Intercepts network traffic using Frida for specified target hosts, logging API calls and WebView URL loads. Currently supports okhttp3 only
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.
iOS SSL Bypass
Bypasses multiple security controls in React Native applications protected with freeRASP by Talsec, including root detection, hooking detection, developer mode, and ADB checks.
Disables jailbreak detection in the Vipps app
Secret diary of ninja's OkHTTP General Hooks
Backtrace HTTP request.
Bypass Facebook SSL pinning on Android devices.
Logging tool that send Frida log to Mac NSLoggerViewer
TLS/SSL pinning bypass for iOS 13
Display some info about hashing routine called on Android application
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.