script2
0 | 228
Uploaded by: @AamishBaig
better one
better one
its bypass
teste
Clear app cache and data on iOS without reinstalling (replicates adb shell pm clear). Usage: `frida -U SpringBoard -l clearAppData.js` then `clearAppAll('com.example.app')`
This Frida script was developed by Ahmed Gamal – ZeroSploit MEA to dynamically bypass multiple popular iOS jailbreak detection frameworks during runtime analysis and mobile application security testing. The script targets and neutralizes detection logic implemented in the following frameworks: DTTJailbreakDetection.framework IOSSecuritySuite.framework jailbreak_root_detection.framework safe_device.framework
2026
Script to bypass Android FLAG_SECURE which blocks screenshots. Hooks `Window.setFlags`/`addFlags` to strip the flag, and uses `ActivityThread.mActivities` to clear it on already running activities.
Script to bypass Android FLAG_SECURE which blocks screenshots
Script to bypass Android FLAG_SECURE which blocks screenshots. Hooks `Window.setFlags`/`addFlags` to strip the flag, and uses `ActivityThread.mActivities` to clear it on already running activities
bypass secure screen ios UIScreenCapturedDidChangeNotification
A Frida script to monitor memory operations on iOS. This tool intercepts the memcpy function within libsystem_c.dylib to capture sensitive data—such as API keys, secrets, or request payloads—as they are moved within the application's memory. The script is working for frida version less than 17 cause it is using the function findExportByName which is now is removed on version 17
Intercept all cryptography-related functions on iOS with Frida 17 Api.
ssl-unpin
root-ssl
okhttp3-bypass
Script to bypass Android's FLAG_SECURE which blocks screenshots. Hooks Window.setFlags/addFlags to strip the flag, and uses ActivityThread.mActivities to clear it on already running activities.