📲 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.git
pip install -r requirements.txt --break-system-packages
python3 main -h
- List the activies, permissions, services, and libraries used by the app
- Identify the app development language based on classes name
- Suggest SSL Pinnings bypass with the
-l
flag - Find deeplinks in DEX, JSONs files and AndroidManifest.xml with the
-d
flag
A quick guide of how to contribute with the project.
- Create a fork from Apepe repository
- Download the project with
git clone https://github.com/your/Apepe.git
cd Apepe/
- Make your changes
- Commit and make a git push
- Open a pull request
- The developer is not responsible for any malicious use of this tool.