Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ko2sec/apkizer
apkizer is a mass downloader for android applications for all available versions.
https://github.com/ko2sec/apkizer
android-application apk apkpure bugbounty recon reconnaissance
Last synced: 21 days ago
JSON representation
apkizer is a mass downloader for android applications for all available versions.
- Host: GitHub
- URL: https://github.com/ko2sec/apkizer
- Owner: ko2sec
- Created: 2021-08-05T22:24:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T18:05:34.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:44:42.450Z (4 months ago)
- Topics: android-application, apk, apkpure, bugbounty, recon, reconnaissance
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 46
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - ko2sec/apkizer - apkizer is a mass downloader for android applications for all available versions. (Python)
README
# apkizer
**apkizer** collects all available versions of an Android application from apkpure.com
# Purpose
Sometimes mobile applications can be useful to dig into more endpoints, credentials, sensitive data, etc.. of a target. Older versions of a mobile application can be surprisingly more generous of these kind of data. Apkizer can be combined with [apktool](https://ibotpeaches.github.io/Apktool/) for decompiling and static analysis purposes.
# Installation
Install python3 or above to run apkizer.
```
git clone https://github.com/ko2sec/apkizer.gitpip3 install -r requirements.txt
```# Usage
`python3 apkizer.py -p com.twitter.android `
Use this command to get all available versions of Twitter android application under com.twitter.android directory.
# Known Issues
- apkpure.com is behind Cloudflare to protect website for some kind of attacks. I used [Cloudscraper](https://github.com/VeNoMouS/cloudscraper) which is a library to bypass Cloudflare's I'm Under Attack Mode (IUAM). Sometimes it cannot bypass Cloudflare properly and fails to fetch web page, so I designed it to try multiple times until it can bypass.
- Some APK's have varieties in terms of architecture like arm or x86, for now it downloads the first one it crawls. It may change in future releases depending on the feedback.
# Feedback
Please use [Issues](https://github.com/ko2sec/apkizer/issues) section for bugs and feature requests. If you want to contact for another subjects you can send DM [@ko2sec](twitter.com/ko2sec).