Apepe: Enumerate information from an app based on the APK file
Apepe
Apepe is a Python tool developed to help pentesters and red teamers easily get information from the target app. This tool will extract basic pieces of information such as the package name if the app is signed, and the development language…
Features
- Detect mobile app development language
- Information gathering
- Extremely fast
- Low RAM and CPU usage
- Made in Python
To-Do
- Support to .ipa files (iOS)
- Detect the certificate library used by the app
- Add an argument to return a list of possible SSL Pinning scripts
- Do common vulnerabilities check?
Install
1. git clone https://github.com/oppsec/Apepe.git
2. pip install -r requirements.txt
3. python3 main -f <apk-file.apk>
Copyright (c) 2023 oppsec
Source: https://github.com/oppsec/