1 个仓库
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 1 awesome GitHub repository matching security & cryptography · Android HTTPS Inspection Utilities. Refine with filters or upvote what's useful.
apk-mitm 是一个命令行实用程序,旨在修改 Android APK 文件以通过代理进行 HTTPS 流量检查。它充当网络安全补丁工具和证书锁定绕过工具,通过自动化修改应用程序包来允许中间人流量分析。 该工具通过解包、修改内部文件并重新编码二进制文件来修改已编译的 Android 包。它专注于禁用证书锁定并将网络安全配置注入应用程序清单,从而允许在已 root 和未 root 的设备上使用代理证书。 该软件涵盖了移动 API 安全测试和通过字节码级补丁进行的逆向工程。它包含一个暂停补丁过程的机制,允许在重建和签名最终包之前在临时目录中进行手动文件修改。
Automates the unpacking and patching of APKs to facilitate interception by a man-in-the-middle proxy.