📲 基于APK文件枚举应用信息
🕵️ Apepe 是一个项目,旨在帮助通过 APK 文件捕获 Android 应用的信息。它可用于提取内容、获取应用设置、根据检测到的应用语言建议 SSL Pinning 绕过方法、提取 AndroidManifest.xml、JSON 和 DEX 文件中的深层链接。
安装和使用 Apepe 的快速指南。
git clone https://github.com/oppsec/Apepe.gitpip install -r requirements.txt --break-system-packagespython3 main -h-l 标志建议 SSL Pinning 绕过方法-d 标志在 DEX、JSON 文件和 AndroidManifest.xml 中查找深层链接
为项目做出贡献的快速指南。
git clone https://github.com/your/Apepe.git 下载项目cd Apepe/