Projects by popularity

IOS BiometricBypass

0 | 574

Uploaded by: @0tax00

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

JailMonkey-bypass

0 | 2K

Uploaded by: @h4rithd

This script dynamically instruments Android applications using Frida to bypass multiple security layers, including root detection, emulator detection, ADB/debugger checks, and JailMonkey anti-tampering mechanisms.

Check iOS Keyboard Cache

0 | 55

Uploaded by: @sdcampbell

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 changing screens, but only when there is a text field where sensitive data may be entered. Inspired by and heavily modified version of @ay-kay/ios-keyboard-cache/