What problem does it solve?
End-to-end Android APK red-team pipeline automates acquisition from multiple sources, decompilation, secret/URL/JWT/Firebase grep, certificate analysis, and exported component enumeration to map a mobile application's security surface quickly.
Core Features & Use Cases
- Automated APK acquisition from Play Store, apkpure, or apkmirror with a fallback mechanism.
- DEX decompilation with jadx to reveal code paths and embedded secrets.
- Secret/URL/JWT/Firebase grep to locate hardcoded credentials and tokens.
- Pinned-certificate extraction and exported component enumeration to identify attack surfaces.
- Frida runtime instrumentation templates for runtime analysis and testing.
- Exported component and Firebase/Cloud config inspection for surface mapping.
Quick Start
Initiate the apk-redteam-pipeline against your target apps in scope to automatically acquire, decompile, grep secrets, and enumerate components.