raptor-frida17-ios-enum
0 | 431
Uploaded by: @0xdea
Collection of functions to enumerate ObjC classes and methods on iOS (Frida 17 API).
Collection of functions to enumerate ObjC classes and methods on iOS (Frida 17 API).
Frida
Frida script that intercepts and extracts data from NSUserDefaults by monitoring key-value operations and filtering for authentication tokens, user credentials, and configuration data.
Frida script that bypasses Touch ID/Face ID authentication by intercepting LocalAuthentication framework calls and forcing them to return success.
Frida script that bypasses FreeRASP security framework by hooking and nullifying the talsecStart method to disable runtime application self-protection (RASP) checks.
1
okhttp4_bypass
Frida iOS script that hooks both - openURL: and - openURL:options:completionHandler: and prints the opened URLs.
Instagram SSL Pinning Bypass script for v399
Instagram SSL Pinning Bypass script for v398
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.
Hooks sqlite3_prepare, sqlite3_prepare_v2, sqlite3_prepare_v3, sqlite3_prepare16, sqlite3_prepare16_v2, sqlite3_prepare16_v3
test2
test
Code to dump symmetric key bytes from Swift apps on iOS using SymmetricKey by hooking the constructor
Code to dump plaintext from Swift apps on iOS using AES.GCM.SealedBox by hooking the open method.