2 Repos
Tools specifically designed to automate the patching of Android apps for man-in-the-middle traffic analysis.
Distinct from Man-in-the-Middle Frameworks: Specifically targets the automation of APK modification for HTTPS interception, which differs from general MITM frameworks
Explore 2 awesome GitHub repositories matching security & cryptography · Android HTTPS Inspection Utilities. Refine with filters or upvote what's useful.
apk-mitm is a command-line utility designed to modify Android APK files to enable HTTPS traffic inspection via a proxy. It functions as a network security patcher and certificate pinning bypass tool, automating the process of altering application packages to allow man-in-the-middle traffic analysis. The tool modifies compiled Android packages by unpacking them, altering internal files, and re-encoding the binary. It specifically focuses on disabling certificate pinning and injecting network security configurations into the application manifest, which permits the use of proxy certificates on b
Automates the unpacking and patching of APKs to facilitate interception by a man-in-the-middle proxy.
APKLab is an integrated development environment designed for Android reverse engineering and mobile application security analysis. It provides a comprehensive workbench that enables users to decompile, analyze, modify, and repackage mobile application binaries directly within a code editor. The platform distinguishes itself by combining static code analysis with dynamic instrumentation capabilities. It transforms compiled packages into readable source code and assembly logic, while simultaneously offering tools to inject runtime hooks, patch application behavior, and intercept encrypted netwo
Automates the patching of Android applications to intercept and inspect encrypted HTTPS traffic.