Apepe is a Python tool developed to help pentesters and red teamers to easily get information from the target app. This tool will extract basic informations as the package name, if the app is signed and the development language…
Installing / Getting started
A quick guide of how to install and use Apepe.
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="1. git clone https://github.com/oppsec/Apepe.git 2. pip install -r requirements.txt 3. python3 main -f ” dir=”auto”>
1. git clone https://github.com/oppsec/Apepe.git
2. pip install -r requirements.txt
3. python3 main -f <apk-file.apk>