Frida Scripts Collection

Browse 439 Frida scripts for iOS and Android reverse engineering, security research, and mobile app analysis.

Showing 41-60 of 439 scripts

IOS BiometricBypass

0 likes 3 views

Frida script that bypasses Touch ID/Face ID authentication by intercepting LocalAuthentication framework calls and forcing them to return success.

View Script

Check iOS Keyboard Cache

0 likes 2 views

You can use this script to check if fields where sensitive information is entered are allowed to cache input. As information is entered, monitor the script output. You must attach this script after ch...

View Script

Android SSL Pinning

0 likes 2 views

Android SSL Pinning is a Frida script powerful tool for bypassing SSL pinning in Android applications. It use the Frida framework to intercept and patch SSL pinning methods, enabling the analysis of e...

View Script