Projects by popularity

IOS nsuserdefaultshook

0 | 1K

Uploaded by: @0tax00

Frida script that intercepts and extracts data from NSUserDefaults by monitoring key-value operations and filtering for authentication tokens, user credentials, and configuration data.

IOS BiometricBypass

0 | 1K

Uploaded by: @0tax00

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

ios-freerasp-bypass

0 | 840

Uploaded by: @0tax00

Frida script that bypasses FreeRASP security framework by hooking and nullifying the talsecStart method to disable runtime application self-protection (RASP) checks.

iOS KeyChain

0 | 913

Uploaded by: @karim-moftah

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.

iOS sqlite3

0 | 555

Uploaded by: @karim-moftah

Hooks sqlite3_prepare, sqlite3_prepare_v2, sqlite3_prepare_v3, sqlite3_prepare16, sqlite3_prepare16_v2, sqlite3_prepare16_v3