awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
shroudedcode avatar

shroudedcode/apk-mitm

0
View on GitHub↗
5,036 星标·426 分支·TypeScript·MIT·5 次浏览npm.im/apk-mitm↗

Apk Mitm

apk-mitm 是一个命令行实用程序,旨在修改 Android APK 文件以通过代理进行 HTTPS 流量检查。它充当网络安全补丁工具和证书锁定绕过工具,通过自动化修改应用程序包来允许中间人流量分析。

该工具通过解包、修改内部文件并重新编码二进制文件来修改已编译的 Android 包。它专注于禁用证书锁定并将网络安全配置注入应用程序清单,从而允许在已 root 和未 root 的设备上使用代理证书。

该软件涵盖了移动 API 安全测试和通过字节码级补丁进行的逆向工程。它包含一个暂停补丁过程的机制,允许在重建和签名最终包之前在临时目录中进行手动文件修改。

Features

  • Certificate Pinning Bypasses - Alters application bytecode to disable strict certificate validation, enabling traffic inspection via external proxies.
  • Proxy Certificate Patchers - Embeds proxy certificates into the network security configuration of Android apps for non-rooted devices.
  • Android APK Repackaging Tools - Provides a command-line utility for decompiling, modifying, and rebuilding Android APKs to enable traffic inspection.
  • Android App Traffic Captures - Modifies applications to route HTTPS traffic through a proxy for security testing and analysis.
  • Non-Root App Patchers - Patches APKs to embed network configurations that enable traffic inspection without requiring root access.
  • Android Application Reverse Engineering - Analyzes and modifies APK files to change application behavior and inspect internal configurations.
  • Android HTTPS Inspection Utilities - Automates the unpacking and patching of APKs to facilitate interception by a man-in-the-middle proxy.
  • Proxy Certificate Injectors - Inserts custom proxy certificates into the network security configuration to enable traffic decryption on non-rooted devices.
  • APK Re-signing - Rebuilds modified application files and applies a new cryptographic signature to allow installation on Android devices.
  • Binary Patching Utilities - Provides utilities to unpack and modify compiled Android binary files for security analysis.
  • Network Security Configurations - Injects network security configurations into the app manifest to permit the use of user-added proxy certificates.
  • API Security Testing - Facilitates the interception of encrypted requests to analyze mobile API endpoints and data formats.
  • Manual Intervention Gates - Pauses the automated patching pipeline to allow for manual file edits before the final APK is rebuilt.
  • Bypass and Hardening Tools - CLI tool for preparing APKs for HTTPS inspection.
  • Reverse Engineering Tools - Prepares APKs for HTTPS inspection by patching them.

Star 历史

shroudedcode/apk-mitm 的 Star 历史图表shroudedcode/apk-mitm 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

shroudedcode/apk-mitm 是做什么的?

apk-mitm 是一个命令行实用程序,旨在修改 Android APK 文件以通过代理进行 HTTPS 流量检查。它充当网络安全补丁工具和证书锁定绕过工具,通过自动化修改应用程序包来允许中间人流量分析。

shroudedcode/apk-mitm 的主要功能有哪些?

shroudedcode/apk-mitm 的主要功能包括:Certificate Pinning Bypasses, Proxy Certificate Patchers, Android APK Repackaging Tools, Android App Traffic Captures, Non-Root App Patchers, Android Application Reverse Engineering, Android HTTPS Inspection Utilities, Proxy Certificate Injectors。

shroudedcode/apk-mitm 有哪些开源替代品?

shroudedcode/apk-mitm 的开源替代品包括: apklab/apklab — APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a… m0bilesecurity/rms-runtime-mobile-security — This project is an Android security analysis toolkit and mobile app runtime manipulator designed for reverse… credittone/hooker — Hooker is a toolkit for the dynamic instrumentation, memory analysis, and deobfuscation of Android applications. It… ax/apk.sh — apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom… sensepost/objection — Objection is a dynamic instrumentation framework and runtime exploration toolkit for mobile application security… fuzion24/justtrustme — JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary…

Apk Mitm 的开源替代方案

相似的开源项目,按与 Apk Mitm 的功能重合度排序。
  • apklab/apklabAPKLab 的头像

    APKLab/APKLab

    3,878在 GitHub 上查看↗

    APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a unified environment for decompiling binaries into source code, repackaging modified applications into signed installers, and performing comprehensive security analysis. The platform distinguishes itself by combining static and dynamic analysis workflows. It enables the injection of runtime hooks and gadget libraries to monitor application behavior, while providing specialized patching capabilities to intercept and decrypt encrypted network traffic via a proxy. The toolkit co

    TypeScript
    在 GitHub 上查看↗3,878
  • m0bilesecurity/rms-runtime-mobile-securitym0bilesecurity 的头像

    m0bilesecurity/RMS-Runtime-Mobile-Security

    2,971在 GitHub 上查看↗

    This project is an Android security analysis toolkit and mobile app runtime manipulator designed for reverse engineering and auditing mobile applications. It provides a system for modifying Java classes and method behavior in active mobile processes to bypass security controls. The toolkit includes a web-based interface for controlling the instrumentation engine and a specialized utility for disabling certificate validation to intercept and inspect encrypted network traffic via SSL pinning bypass. It also features an Android file explorer for browsing and managing files within private data di

    JavaScriptandroid-securityfridaios-security
    在 GitHub 上查看↗2,971
  • credittone/hookerCreditTone 的头像

    CreditTone/hooker

    5,195在 GitHub 上查看↗

    Hooker is a toolkit for the dynamic instrumentation, memory analysis, and deobfuscation of Android applications. It functions as a reverse engineering framework that uses Frida to inject scripts into running processes, monitor native calls, and extract executable DEX files. The project provides specialized utilities for bypassing security controls, including tools to disable SSL certificate validation and BoringSSL pinning to enable HTTPS traffic interception. It includes capabilities for detecting application packing, extracting cryptographic keys by hooking encryption algorithms, and circum

    JavaScriptandroidapkboringssl
    在 GitHub 上查看↗5,195
  • ax/apk.shax 的头像

    ax/apk.sh

    3,795在 GitHub 上查看↗

    apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom instrumentation and logic into compiled Android binaries. It serves as a workflow manager for modifying application packages without requiring access to the original source code. The toolkit focuses on automating the process of injecting the Frida gadget into Android packages, enabling dynamic analysis and function hooking on non-rooted devices. It handles the end-to-end lifecycle of deconstructing, modifying, and resigning binaries to facilitate security research, malware analysis, and be

    Shellandroidandroid-reverse-engineeringapk
    在 GitHub 上查看↗3,795
查看 Apk Mitm 的所有 30 个替代方案→