← All tools

apkleaks

Popularity 85 Updated Development & Build

Scanning APK file for URIs, endpoints & secrets

homebrewauto-collected

Installation

Homebrew
brew install apkleaks

Install with Homebrew.

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 apkleaks

from Source

Clone repository and install requirements:

$ git clone https://github.com/dwisiswant0/apkleaks
$ cd apkleaks/
$ pip3 install -r requirements.txt

from Docker

Pull the Docker image by running:

$ docker pull dwisiswant0/apkleaks:latest

Dependencies

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.