iOS Custom Keyboard Support
4 | 2K
Uploaded by: @ay-kay
Check if an iOS app supports the use of custom third-party keyboards.
Check if an iOS app supports the use of custom third-party keyboards.
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.
aaaaaazazza
Black-box fuzzing of URL schemes for iOS apps using SpringBoard. Automates launching the app via URL, backgrounding, and checking for a crash. Bonus function to dump all registered URL schemes.
Strace by Frida: prints system calls (SVC) and parses args/flags/errors. More at https://github.com/FrenchYeti/interruptor
Native Interceptor is a Frida script that allows you to intercept and monitor function calls in native libraries and processes. This script provides a wide range of customization options to help you capture and analyze the behavior of specific functions within the target application.
https://www.notsosecure.com/instrumenting-native-android-functions-using-frida/
Dumping URI data from a deep link
Bypass Instagram SSL pinning on Android devices.
Spoofs the current location reported by GPS
Check for native library calls and return a stacktrace
Bypass SSL certificate validation for the injected app on iOS 10/11
load into launchd to get working bootstrap_look_up
Log Android TCP connections (with Java call traces, if applicable)
Check values saved into EncryptedSharedPreferences before encryption