Slicer : Tool To Automate The Boring Process Of APK Recon

Slicer is a tool to automate the recon process on an APK file. Slicer accepts a path to an extracted APK file and then returns all the activities, receivers, and services which are exported and have null permissions and can be externally provoked. Note: The APK has to be extracted via jadx or apktool. Summary …

APK-MITM : Android APK Files for HTTPS Inspection

APK-MITM is a CLI application that automatically prepares Android APK files for HTTPS inspection. Inspecting a mobile app’s HTTPS traffic using a proxy is probably the easiest way to figure out how it works. However, with the Network Security Configuration introduced in Android 7 and app developers trying to prevent MITM attacks using certificate pinning, …