# TheKingOfDuck/ApkAnalyser

一键提取安卓应用中可能存在的敏感信息。

Repository: https://github.com/TheKingOfDuck/ApkAnalyser
Canonical: https://ross.abutalabs.com/products/thekingofduck-apkanalyser
Language: Shell
License Family: other
Topics: android, apkanalyser, apktools, url-collector, security-audit, security-tools
Last push: 2021-10-21T02:33:58+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2385, "days_push": 1778, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1004, forks 143 (observed 2026-09-03T02:15:08.392966+00:00)

## What it is
A Python-based command-line tool that extracts potentially sensitive information from Android APK files, including URLs, IPs, hashes, access keys, and sensitive keywords. It relies on the apkutils module and is distributed as a packaged executable for Windows.

## Use cases
- extract sensitive info from apk files
- find hardcoded access keys in android apps
- collect all urls and ips from an apk
- security audit of android applications
- scan apk for leaked secrets
- find sensitive strings in decompiled android app

## When to choose
- you need a quick one-click scan of APKs for secrets, URLs, or IPs
- you want a simple batch workflow by dropping APKs into a folder
- you are doing lightweight mobile security auditing without heavy reverse-engineering tools

## When to avoid
- you need deep dynamic analysis or runtime instrumentation of Android apps
- you require a maintained tool with active development and a license
- you need full decompilation or code-level analysis rather than string extraction

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: security, vulnerability-scanning, parser, search-engine
- domain: security, android-tools, developer-tools, osint
- platform: windows, cli, python
- tags: apk-analysis, sensitive-information-extraction, static-analysis, mobile-security, secret-scanning, linux, macos

## Member repositories
- TheKingOfDuck/ApkAnalyser (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:08.392966+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:13:49.080753+00:00, confidence not recorded.
  - readme: https://github.com/TheKingOfDuck/ApkAnalyser (fetched 2026-09-03T02:15:08.392966+00:00, sha c27f8bceff65)
- Data as of 2026-08-30T08:39:29.467469+00:00.
