0 | 1K
A Frida script that hijacks -[CLLocation coordinate] and returns spoofed GPS coordinates. It exposes simple movement helpers (right, left, up, down) that move the spoofed position by a configurable distance (default 50 m) and re-install the spoofed coordinate.
0 | 2K
Uploaded by: @0xdea
Full-featured Java and Module tracer for Android (Frida 17 API).
0 | 792
Uploaded by: @0xdea
Collection of functions to enumerate Java classes and methods on Android (Frida 17 API).
0 | 906
Uploaded by: @0xdea
Full-featured ObjC and Module tracer for iOS (Frida 17 API).
0 | 681
Uploaded by: @0xdea
Collection of functions to enumerate ObjC classes and methods on iOS (Frida 17 API).
0 | 1K
Frida
0 | 1K
Frida script that intercepts and extracts data from NSUserDefaults by monitoring key-value operations and filtering for authentication tokens, user credentials, and configuration data.
0 | 1K
Frida script that bypasses Touch ID/Face ID authentication by intercepting LocalAuthentication framework calls and forcing them to return success.
0 | 1K
Frida script that bypasses FreeRASP security framework by hooking and nullifying the talsecStart method to disable runtime application self-protection (RASP) checks.
0 | 499
1
0 | 2K
okhttp4_bypass
0 | 822
Frida iOS script that hooks both - openURL: and - openURL:options:completionHandler: and prints the opened URLs.
0 | 1K
Instagram SSL Pinning Bypass script for v399
0 | 825
Instagram SSL Pinning Bypass script for v398
0 | 1K
Monitor and log all interactions with the iOS Keychain by hooking key Security framework APIs: SecItemAdd, SecItemCopyMatching, SecItemUpdate, and SecItemDelete. These APIs are responsible for adding, retrieving, updating, and removing sensitive data (such as passwords, tokens, or cryptographic keys) stored in the Keychain.
0 | 859
Hooks sqlite3_prepare, sqlite3_prepare_v2, sqlite3_prepare_v3, sqlite3_prepare16, sqlite3_prepare16_v2, sqlite3_prepare16_v3