ima
0 | 462
Uploaded by: @Elpepe25456
script test
script test
Universal Root Detection and SSL Pinning Bypass
a
Code to dump symmetric key bytes from Swift apps on iOS using SymmetricKey by hooking the constructor
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.
This Frida script bypasses both root detection and SSL pinning mechanisms in Android applications.
Intercepts OkHttp3 requests redirects them to tls.peet.ws and prints the response.
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.
test3
This script hooks into a function called IsDrived() which contains several private function.
ok
Swift StringI nterceptor
cre: https://github.com/Eltion
This script will add HttpLoggingInterceptor at OkHttpClient, so the HttpLoggingInterceptor will print all requests and responses.
y5er
Collection of functions to enumerate ObjC classes and methods on iOS (Frida 17 API).