ios-app-info
5 | 10K
Uploaded by: @dki
Dump useful information for an iOS app
Dump useful information for an iOS app
Another universal ssl certificate pinning bypass script for Android (https://gist.github.com/akabe1/ac6029bf2315c6d95ff2ad00fb7be1fc)
Observe file system accesses by hooking some java.io.File* classes and methods, libc open/read functions and try to resolve associtation between file descriptor and path. Optionally, it can dumps the data.
Developers of Android applications usually tend to add additional "protection" (e.g. AES encryption) to their proprietary communication protocols, or to encrypt local files in order to hide some sensitive information. This snippet intercepts Java Crypto API in Android application, prints a symmetric key, algorithm spec, and a plain data right before the final encryption (as well as a cipher data right before the decryption).
Dumps bytes of DEX provided to InMemoryDexClassLoader on Android
Frida script for bypassing Wi-Fi check on an Android app that allows only using cellular network.
Android Certificate Pinning Bypass for OkHttpClient
Bypasses debugging mode checks when USB Debugging mode is activated
Bypass SSL certificate validation for the injected app on iOS 10/11
https://www.notsosecure.com/instrumenting-native-android-functions-using-frida/
Check if an iOS app supports the use of custom third-party keyboards.
[Android] Dynamic Hooks (Creating Function Hooks Was Never Easier)
Hook all the methods of all the classes owned by the iOS app
Dumping URI data from a deep link
This is a simple handler I have created to extract the body and request type (GET/POST) for each request made by the target iOS application. I'm @J_Duffy01 on Twitter if any q's!
Dump useful values of CCCrypt function