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

  • 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

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/