apkleaks
brew install apkleaks
v2.6.3_2
Apache-2.0
Scanning APK file for URIs, endpoints & secrets
25
30-day installs · #6267
159
90-day · #4601
518
365-day · #5031
6.1k
★ GitHub stars · updated 1y ago
Runtime dependencies
GitHub topics
android-security
apk
apk-parser
bugbounty
mobile-security
reverse-engineering
scanning-apk
static-analysis
Links
- https://github.com/dwisiswant0/apkleaks
- GitHub: dwisiswant0/apkleaks
- Brew formula source: Formula/a/apkleaks.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"jadx",
"python@3.14"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Scanning APK file for URIs, endpoints \u0026 secrets",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:35:27+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "apkleaks",
"github_default_branch": "master",
"github_last_commit_at": "2025-08-20T21:55:15Z",
"github_readme_excerpt": "# APKLeaks\n[](https://badge.fury.io/gh/dwisiswant0%2fapkleaks.svg)\n[](https://github.com/dwisiswant0/apkleaks/issues)\n\nScanning APK file for URIs, endpoints \u0026 secrets.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/25837540/111927529-a4ade080-8ae3-11eb-800a-b764ab1242e1.jpg\" alt=\"APKLeaks\"\u003e\n\n- [Installation](#installation)\n - [from Pypi](#from-pypi)\n - [from Source](#from-source)\n - [from Docker](#from-docker)\n- [Usage](#usage)\n - [Options](#options)\n - [Output](#output)\n - [Pattern](#pattern)\n - [Arguments (for disassembler)](#arguments-for-disassembler)\n- [License](#license)\n- [Acknowledments](#acknowledments)\n\n---\n\n## Installation\n\nIt\u0027s fairly simple to install **APKLeaks**:\n\n### from PyPi\n\n```bash\n$ pip3 install apkleaks\n```\n\n### from Source\n\nClone repository and install requirements:\n\n```bash\n$ git clone https://github.com/dwisiswant0/apkleaks\n$ cd apkleaks/\n$ pip3 install -r requirements.txt\n```\n\n### from Docker\n\nPull the Docker image by running:\n\n```bash\n$ docker pull dwisiswant0/apkleaks:latest\n```\n\n### Dependencies\n\nThe APKLeaks utilizes the [jadx](https://github.com/skylot/jadx) disassembler to decompile APK files. If jadx is not present in your system, it will prompt you to download it.\n\n## Usage\n\nSimply,\n\n```bash\n$ apkleaks -f ~/path/to/file.apk\n# from Source\n$ python3 apkleaks.py -f ~/path/to/file.apk\n# or with Docker\n$ docker run -it --rm -v /tmp:/tmp dwisiswant0/apkleaks:latest -f /tmp/file.apk\n```\n\n## Options\n\nHere are all the options it supports.\n\n| **Argument** \t| **Description** \t| **Example** |\n|---------------\t|---------------------------------------------\t|------------------------------------------------------------- |\n| -f, --file \t| APK file to scanning \t| `apkleak",
"github_repo": "dwisiswant0/apkleaks",
"github_stars": 6119,
"github_topics": [
"android-security",
"apk",
"apk-parser",
"bugbounty",
"mobile-security",
"reverse-engineering",
"scanning-apk",
"static-analysis"
],
"homepage": "https://github.com/dwisiswant0/apkleaks",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 25,
"installs_365d": 518,
"installs_90d": 159,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "apkleaks",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 6267,
"rank_365d": 5031,
"rank_90d": 4601,
"raw_hash": "4ca3bcee7c38b33a",
"recommended_dependencies": [],
"revision": 2,
"ruby_source_path": "Formula/a/apkleaks.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"libxml2",
"libxslt"
],
"version_head": null,
"version_stable": "2.6.3",
"versioned_formulae": [],
"why_use_this": null
}