Projects by popularity

keystoremisc

0 | 132

Uploaded by: @selimwdev

A Frida-based exploit script designed to bypass Android's local encryption layers. It automates the extraction of sensitive OAuth tokens and secrets by hijacking the MasterKey context, exposing vulnerabilities in data-at-rest protection.

Android Play Store Integrity Bypass

0 | 822

Uploaded by: @kalinux568

Description: This Frida script bypasses Google Play protection mechanisms in Android applications, including installer verification, Play Integrity checks, and forced redirection to the Play Store. It prevents application termination by hooking methods such as Activity.finish(), System.exit(), and Process.killProcess(). The script also includes root and emulator detection bypass techniques along with WebView monitoring to support dynamic analysis during mobile application penetration testing. Created by Rohit Sharma | LinkedIn: https://www.linkedin.com/in/r0x5r/

clearAppData

0 | 165

Uploaded by: @lorenzodifuccia

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')`