Python CLI tool boilerplate
1 | 4K
Uploaded by: @oleavr
Boilerplate for a CLI tool using frida-python
Boilerplate for a CLI tool using frida-python
Printing information about CCCrypt calls
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.
Hooks libboringssl.dylib to extract TLS keys and enables decryption of network traffic from iOS apps to be decrypted. Tested on iPhone 5s running iOS 12.4.2 jailbroken with Checkrain.
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.
Look up the location of an iOS app on the device using the name displayed under the icon.
Override MacBook charging smartness
Rebase of an existing script. Created for personal use.
Show Douyin SimVideo Info
Script to instantly display current tab URL on Chrome Android (Suitable for fast URL capturing). Buy me a coffee: https://www.buymeacoffee.com/raphaelQ
Bypass Facebook SSL pinning on Android devices.
Intercepts network traffic using Frida for specified target hosts, logging API calls and WebView URL loads. Currently supports okhttp3 only
bypass SSL Pinning TIKTOK
Simple mod menu for Android.
Disables jailbreak detection in the Vipps app
Backtrace HTTP request.