Projects by popularity

Universal Android Security Bypass Root SSL Play Protect

0 | 2K

Uploaded by: @sv110040

This is a comprehensive, all-in-one Frida script designed for security researchers and authorized penetration testers. It aims to streamline the dynamic analysis process by neutralizing multiple layers of client-side security often found in modern production Android applications.

play-protect-integrity-bypass

0 | 3K

Uploaded by: @sv110040

This script bypasses client-side security checks related to Google Play Protect and Play Integrity (formerly SafetyNet). It spoofs the device settings to report that Play Protect is enabled and intercepts Google Play Services Tasks to return "Successful" status for integrity attestations.

Check iOS Keyboard Cache

0 | 277

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/