Projects by popularity

Bypass Talsec RASP and Root Detection

1 | 5K

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.

aes-crypto-universal

1 | 1K

Uploaded by: @k19x

Este script Frida intercepta as classes IvParameterSpec e SecretKeySpec em Java para capturar e registrar vetores de inicialização (IV) e chaves secretas usados em operações de criptografia. Ele converte esses valores em strings hexadecimais e os exibe no console, evitando repetições.

Disable Watchdog Timer

1 | 179

Uploaded by: @sdcampbell

Use this script when you notice that your Frida script crashes the iOS app process after 10 seconds. It will disable the iOS watchdog to allow your Frida script to continue loading. Use "SpringBoard" as your Frida target.