APKLeaks
Scanning APK file for URIs, endpoints & secrets.
<img src="https://user-images.githubusercontent.com/25837540/111927529-a4ade080-8ae3-11eb-800a-b764ab1242e1.jpg" alt="APKLeaks"
- Installation
- from Pypi
- from Source
- from Docker
- Usage
- Options
- Output
- Pattern
- Arguments (for disassembler)
- License
- Acknowledments
---
Installation
It's fairly simple to install APKLeaks:
from PyPi
$ pip3 install apkleaksfrom Source
Clone repository and install requirements:
$ git clone https://github.com/dwisiswant0/apkleaks
$ cd apkleaks/
$ pip3 install -r requirements.txtfrom Docker
Pull the Docker image by running:
$ docker pull dwisiswant0/apkleaks:latestDependencies
The APKLeaks utilizes the jadx disassembler to decompile APK files. If jadx is not present in your system, it will prompt you to download it.