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