flutter-ssl-pinning-bypass
1 | 2K
Uploaded by: @licitrasimone
A Frida script to bypass SSL certificate pinning in Flutter-based Android applications. Works by patching the native SSL verification function and hooking Java SSL classes.
A Frida script to bypass SSL certificate pinning in Flutter-based Android applications. Works by patching the native SSL verification function and hooking Java SSL classes.
new one s
Trying to bypass the RASP of JailMonkey, XOXO.
Dumps the Tls profile for android apps via libssl.so
Bypasses multiple security controls in React Native applications protected with freeRASP by Talsec, including root detection, hooking detection, developer mode, and ADB checks.
Modified version of https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/
Intercepts network traffic using Frida for specified target hosts, logging API calls and WebView URL loads. Currently supports okhttp3 only
Keep an eye on newly created objects in GNOME applications
Enable debugging option of webview for android applications to use the browser developer tools such as debugguer, console, network monitor. This script is useful when you need to set breakpoints and inspect the flow of an application.
iOS SSH diagnostics
Este script Frida intercepta as classes IvParameterSpec e SecretKeySpec em Java para capturar e registrar vetores de inicialização (IV) e chaves secretas usados em operações de criptografia. Ele converte esses valores em strings hexadecimais e os exibe no console, evitando repetições.
Some Frida script that works with Discord good (I will add recv soon!)
You'll be able to proxy ONLY desired application HTTP traffic
Collection of functions to enumerate Java classes and methods on Android.
Logging tool that send Frida log to Mac NSLoggerViewer
Use this script to print out the trace for any methods calling Random instead of SecureRandom.