{"id":19199792,"url":"https://github.com/gwen001/apk-analyzer","last_synced_at":"2025-05-09T01:24:18.224Z","repository":{"id":63289485,"uuid":"563572363","full_name":"gwen001/apk-analyzer","owner":"gwen001","description":"Analyze an APK archive.","archived":false,"fork":false,"pushed_at":"2024-02-24T15:35:43.000Z","size":3611,"stargazers_count":23,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-31T20:12:13.145Z","etag":null,"topics":["android","apk","bugbounty","code-analysis","mobile","mobile-app","pentesting","python","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gwen001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["gwen001"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-11-08T22:22:02.000Z","updated_at":"2025-03-11T10:42:24.000Z","dependencies_parsed_at":"2024-11-09T12:29:42.122Z","dependency_job_id":"f1776f69-8417-4703-bea5-9624d3002280","html_url":"https://github.com/gwen001/apk-analyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fapk-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fapk-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fapk-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gwen001%2Fapk-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gwen001","download_url":"https://codeload.github.com/gwen001/apk-analyzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253172493,"owners_count":21865524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","apk","bugbounty","code-analysis","mobile","mobile-app","pentesting","python","security-tools"],"created_at":"2024-11-09T12:28:58.165Z","updated_at":"2025-05-09T01:24:18.206Z","avatar_url":"https://github.com/gwen001.png","language":"Python","funding_links":["https://github.com/sponsors/gwen001"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eapk-analyzer\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eAnalyze an extracted APK archive and generate a HTML report.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/python-v3-blue\" alt=\"python badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fapk-analyzer%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fapk-analyzer\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003c!-- \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/gwen001/apk-analyzer?style=social\" alt=\"github stars badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/gwen001/apk-analyzer?style=social\" alt=\"github watchers badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/gwen001/apk-analyzer?style=social\" alt=\"github forks badge\"\u003e\n\u003c/p\u003e --\u003e\n\n---\n\n## Install\n\n```\ngit clone https://github.com/gwen001/apk-analyzer\ncd apk-analyzer\npip3 install -r requirements.txt\n```\n\n## Usage\n\n```\n$ python3 apk-analyzer.py -h\nusage: apk-analyzer.py [-h] [-d DIRECTORY] [-t TERM] [-c] [-m MOD]\n\noptions:\n  -h, --help            show this help message and exit\n  -d DIRECTORY, --directory DIRECTORY\n                        source directory\n  -t TERM, --term TERM  term referencing the editor\n  -c, --command         display commands to run\n  -m MOD, --mod MOD     mod to run\n```\n\n---\n\n\u003ch1 align=\"center\"\u003eapk-downloader\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eMass download APKs from a given list.\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/python-v3-blue\" alt=\"python badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license badge\"\u003e\n    \u003ca href=\"https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fapk-analyzer%2f\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fapk-analyzer\" alt=\"twitter badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Install\n\n```\ngit clone https://github.com/gwen001/apk-analyzer\ncd apk-analyzer\npip3 install -r requirements.txt\n```\n\n## Usage\n\n```\n$ python3 apk-downloader.py\n```\n\n---\n\n\u003cimg src=\"https://raw.githubusercontent.com/gwen001/apk-analyzer/master/preview-downloader.gif\" /\u003e\n\n---\n\nFeel free to [open an issue](/../../issues/) if you have any problem with the script.  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fapk-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgwen001%2Fapk-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgwen001%2Fapk-analyzer/lists"}