๐ชSecurity Tools For Android Pentesting
Static Analysis Tools
APKTool โ Decompile/modify APK (smali-level)
Jadx / JD-GUI โ Convert DEX to readable Java code
MobSF โ Automated static + dynamic scanner
Androguard โ Python tool for APK/DEX/smali analysis
Bytecode Viewer โ Reverse engineering with multiple decompilers
ClassyShark โ Explore APK classes/methods/manifest
QARK โ Detects security issues in APKs
Enjarify / dex2jar โ DEX to Java JAR conversion
APKLeaks โ Extract secrets, tokens, and URLs
Dynamic Analysis Tools
Frida โ Hook/modify functions at runtime
Objection โ Runtime exploitation via Frida (no root required)
Burp Suite โ Intercept/modify network traffic
Drozer โ Android app attack framework
Magisk โ Systemless root; works with LSPosed modules
ADB โ Debugging bridge for Android device
Logging Tools
Logcat โ Default Android logging system (
adb logcat
)Pidcat โ Filtered Logcat output by package
MatLog โ GUI log reader (useful for non-rooted devices)
XLog / Timber โ In-app logging libraries used in apps
Logd โ Android logging daemon behind logcat
Syslog โ For rooted devices to log everything (system + kernel)
๐ก Contribution
Feel free to raise issues or submit PRs to add more Android bug bounty and mobile hacking resources.
Last updated