Projects by popularity

android-deeplink-jsi-monitor

1 | 117

Uploaded by: @ma4the

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

ios-tls-keylogger

1 | 10K

Uploaded by: @andydavies

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.

Bypass All Root Detection Methods

1 | 246

Uploaded by: @ravanmalik13

This script will bypass all root detection methods. Its included File.exists() Runtime.exec("su") Build.TAGS, FINGERPRINT RootDetectionActivity.isRooted() SystemProperties.get() XposedBridge detection Magisk detection RootBeer API hooks libc native su calls detection methods bypass.

freeRASP Root Detection Bypass

1 | 1K

Uploaded by: @sasasec

Bypasses multiple security controls in React Native applications protected with freeRASP by Talsec, including root detection, hooking detection, developer mode, and ADB checks.

Bypass Talsec RASP and Root Detection

1 | 3K

Uploaded by: @muhammadhikmahhusnuzon

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.