1 | 582
Uploaded by: @dlikemobile26
Bay pat Facebook
Bay pat Facebook
frida script for bypassing root detection implemented with rootbeer library - https://github.com/scottyab/rootbeer
Decrypt AES doFinal
Spoof location in iOS application
This script helps to bypass the iOS jailbreak detection. This project is forked from /@DevTraleski/ios-jailbreak-detection-bypass-palera1n/
Nice to use this script
iOS SSL Bypass
Functions and classes that help you in hooking some Swift functions
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.
Secret diary of ninja's OkHTTP General Hooks
Bypasses multiple security controls in React Native applications protected with freeRASP by Talsec, including root detection, hooking detection, developer mode, and ADB checks.
Full-featured Java and Module tracer for Android.
Logging tool that send Frida log to Mac NSLoggerViewer
TLS/SSL pinning bypass for iOS 13
Totally inefficient, client-side toy parser for Stalker events. It's mostly useful for exploring and debugging the Stalker.
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.