Projects by popularity

Frida Combined Bypass Anti-Root Flutter TLS Pinning

0 | 70

Uploaded by: @fahad-source

This Frida script combines two runtime instrumentation techniques into a single payload for Android dynamic analysis. The first section installs an anti-root bypass that hooks Java APIs (PackageManager, File, Runtime.exec, SystemProperties, BufferedReader, ProcessBuilder) and native libc functions (fopen, system) to spoof or suppress indicators that detection routines look for, such as Magisk/SuperSu packages, su/busybox binaries, test-keys build tags, and getprop/mount/build.prop reads. The second section disables Flutter's TLS pinning by scanning the loaded Flutter library's executable memory for byte-pattern signatures of ssl_verify_peer_cert across multiple architectures (arm64, arm, x64, x86) and replacing the matched function with a NativeCallback that unconditionally returns 0. Together these bypasses let an analyst run a hardened Flutter app on a rooted device while transparently intercepting its HTTPS traffic through a proxy without triggering root detection or certificate validation failures. Install super proxy vpn app inside the emulator configure http proxy the run the script. check burp you will be able to see the burp requests.

keystoremisc

0 | 96

Uploaded by: @selimwdev

A Frida-based exploit script designed to bypass Android's local encryption layers. It automates the extraction of sensitive OAuth tokens and secrets by hijacking the MasterKey context, exposing vulnerabilities in data-at-rest protection.

Android Play Store Integrity Bypass

0 | 378

Uploaded by: @kalinux568

Description: This Frida script bypasses Google Play protection mechanisms in Android applications, including installer verification, Play Integrity checks, and forced redirection to the Play Store. It prevents application termination by hooking methods such as Activity.finish(), System.exit(), and Process.killProcess(). The script also includes root and emulator detection bypass techniques along with WebView monitoring to support dynamic analysis during mobile application penetration testing. Created by Rohit Sharma | LinkedIn: https://www.linkedin.com/in/r0x5r/