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
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.
get child's process id of fork
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.
Rebase of an existing script. Created for personal use.
Printing information about CCCrypt calls
Simple frida script that Intercept all calbacks of iOS's UIControls, like button click and write to console which of them will be called when user will interact with UIControl.
Bypass SSL pinning
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.
Look up the location of an iOS app on the device using the name displayed under the icon.
Intercepts network traffic using Frida for specified target hosts, logging API calls and WebView URL loads. Currently supports okhttp3 only
bypass SSL Pinning TIKTOK
Disables jailbreak detection in the Vipps app
Backtrace HTTP request.
Secret diary of ninja's OkHTTP General Hooks