mobile-pentest
FeaturedMobile app pentest for bug bounty (Android APK + iOS IPA) — runtime-first workflow: install app, proxy through Burp/mitmproxy, drive the UI, capture packets, then test the API exactly like a web target; escalate to decompile (apktool/jadx) and Frida/objection only when traffic is SSL-pinned, encrypted, or absent. Covers APK/IPA decompile for hardcoded secrets + hidden API endpoints + base URLs the web app never exposes, exported-activity and deeplink intent injection, WebView addJavascriptInterface bridge abuse, SSL pinning bypass (objection patchapk / Frida CertificatePinner + checkServerTrusted hooks), OkHttp interceptor chain to recover request signing, JNI native-lib triage, and the quick apktool/grep secret + endpoint sweep. Use when the program scope includes a mobile app, when web recon dries up and you need a fresh attack surface, or when traffic is pinned and you must MitM it.
Install
Quality Score: 93/100
Skill Content
Details
- Author
- shuvonsec
- Repository
- shuvonsec/claude-bug-bounty
- Created
- 4 months ago
- Last Updated
- 2 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
mobile-app-security
Metodología de pentest de apps móviles (Android APK / iOS IPA) mapeada a OWASP Mobile Top 10 2024, MASVS 2.x y MASTG v2 (MASWE) — análisis estático (decompile, manifiesto, secretos, IPC), extracción del backend hacia la vertical de API, almacenamiento/cripto (M9/M10), IPC/deep-links (M4), auth/credenciales (M1/M3), comunicación (M5), e instrumentación dinámica operator-assisted (Frida/objection). Úsala cuando el activo en scope sea una app móvil. La usan mobile-recon (estático) y mobile-exploit (confirmación + guía dinámica).
mobile-application-security
Android and iOS application security testing — static and dynamic analysis, APK/IPA inspection, OWASP MASVS/MASTG verification, secure-storage and transport review, and mobile malware triage for authorized assessments
apk-redteam-pipeline
End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external red-team engagement where 7 APKs were pulled manually, 4 download attempts truncated, and a hardcoded JWT + 30 internal API endpoints were recovered from one of the apps. Use when target has a mobile app catalogue (Play Store developer page), when you find an APK URL hosted on a web server, or when post-recon mentions "mobile app" in scope.