
Extracts app settings, permissions, deeplinks, and SSL pinning bypass suggestions from Android APK files via static analysis of AndroidManifest.xml, DEX, and JSON resources.
📲 Enumerate information from an app based on the APK file
🕵️ Apepe is a project developed to help to capture informations from a Android app through his APK file. It can be used to extract the content, get app settings, suggest SSL Pinning bypass based on the app detected language, extract deeplinks from AndroidManifest.xml, JSONs and DEX files.
A quick guide of how to install and use Apepe.
git clone https://github.com/oppsec/Apepe.gitpip install -r requirements.txt --break-system-packagespython3 main -h-l flag-d flag
A quick guide of how to contribute with the project.
git clone https://github.com/your/Apepe.gitcd Apepe/