$ filter --tag frida

5 posts tagged #frida.

01
Fundamentals beginner

Android Pentest Toolkit — Overview

The big picture: a BurpSuite + Frida workflow for intercepting HTTPS traffic and bypassing security controls on rooted Android, and how the rest of this series fits together.

Android · 2026-03-07
03
Fundamentals beginner

ADB & Frida Setup

The foundation every later technique depends on: ADB over USB/Wi-Fi, port forwarding, and getting frida-server running with the correct version and architecture.

Android · 2026-03-07
06
Root Detection Bypass intermediate

Root Detection Bypass

Apps that refuse to run on rooted devices check packages, binaries, properties and exec calls. How frida_ssl.js neutralises each detection vector at both the Java and native layers.

Android · 2026-03-07
07
SSL Pinning Bypass intermediate

SSL Pinning Bypass

A certificate in the trust store isn't enough when an app pins. Objection for standard stacks, Frida BoringSSL pattern-matching for Flutter and native, and ReFlutter as the static fallback.

Android · 2026-03-07
09
Tools & Scripts intermediate

Tools & Scripts

The three reusable scripts behind the whole workflow — install_cert.sh (APEX-aware cert injection), frida_ssl.js (root + Flutter TLS bypass), LoggingHTTPServer.py — with full source and downloads.

Android · 2026-03-07