What problem does it solve?
Test Android apps on a rooted device. Decompile APKs, intercept traffic, parse UI, test for IDORs, bypass SSL pinning, hook methods with Frida, inspect exported components, read local storage, and find sensitive data.
Use when asked to "test this app", "find bugs", "pentest", "reverse engineer", "decompile", "intercept requests", "check for IDORs", "bypass cert pinning", "hook this method", or "check deeplinks".
Core Features & Use Cases
- Static and dynamic analysis of Android apps to reveal data exposure, insecure configurations, and potential attack surfaces.
- FRIDA-based runtime instrumentation to observe behavior and verify defenses during testing.
- End-to-end session workflows including decompilation, traffic interception, UI analysis, and security testing.
Quick Start
Start a testing session on a rooted Android device and follow the workflow to decompile the app, inspect UI, intercept traffic, and identify security issues.