iOS Jailbreak Detection Wordlist Catcher
1 | 2K
Uploaded by: @DevTraleski
Get the list of the checked paths during jailbreak detection
Get the list of the checked paths during jailbreak detection
Intercepts network traffic using Frida for specified target hosts, logging API calls and WebView URL loads. Currently supports okhttp3 only
Backtrace HTTP request.
Modified version of https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/
Solution to FridaLab Android application
Bypasses multiple security controls in React Native applications protected with freeRASP by Talsec, including root detection, hooking detection, developer mode, and ADB checks.
frida script for bypassing root detection implemented with rootbeer library - https://github.com/scottyab/rootbeer
Bypass Facebook SSL pinning on Android devices.
$ frida --codeshare masihyeganeh/re -f YOUR_BINARY
This script monitors Android implicit intents. For use in testing "MASTG-TEST-0026: Testing Implicit Intents"
Collection of functions to enumerate Java classes and methods on Android.
Keep MobileSubstrate from injecting an iOS app (to be used with -f to take advantage of early instrumentation)
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.
Secret diary of ninja's OkHTTP General Hooks
Frida script that disables IOSSecuritySuite protections. Hooks Swift checks like jailbreak, debugger, emulator, proxy, and reverse-engineering detection, forcing safe results.
Logging tool that send Frida log to Mac NSLoggerViewer