RootBeer Root Detection Bypass
0 | 4K
Uploaded by: @Zero3141
Intercepts all calls from the RootBeer library that might indicate a rooted device
Intercepts all calls from the RootBeer library that might indicate a rooted device
changed offsed based on comments
This project hooks common SSL libraries on Android to intercept TLS functions. By attaching to the SSL_CTX_new function and installing the SSL_CTX_set_keylog_callback on exit, it prints SSL/TLS session keys in the standard SSLKEYLOG format to the terminal. This allows users to capture the keys needed to decrypt TLS traffic (e.g., from pcap files) with tools that support the SSLKEYLOG format.
The secret diary of ninja's scritps regarding Java IO streams
Instagram SSL Pinning Bypass script for v395
Transparent Proxy via Frida hooks (https://github.com/TheZ3ro/proxyfire)
Add an interceptor at okhttp object in order to log all request and responses
eee
Bypass Signature Checker of IJIAMI Apps.
emulator checker
Bypass jailbreak iOS using enumerate modules
This script traces functions typically related to vm and root detection to find what you need to hook to bypass root detection.
OkOK
Rebase of an existing script. Created for personal use.
Hook Custom Function in C/C++
Hook mouseDown on all classes inheriting NSResponder. Then whenever you click on a window or view in an application Frida will log out information on the class so you know what to further inspect or hook.