All Projects → ko2sec → apkizer

ko2sec / apkizer

Licence: other
apkizer is a mass downloader for android applications for all available versions.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to apkizer

Lazyrecon
An automated approach to performing recon for bug bounty hunting and penetration testing.
Stars: ✭ 282 (+605%)
Mutual labels:  recon, bugbounty, reconnaissance
Awesome Bbht
A bash script that will automatically install a list of bug hunting tools that I find interesting for recon, exploitation, etc. (minus burp) For Ubuntu/Debain.
Stars: ✭ 190 (+375%)
Mutual labels:  recon, bugbounty, reconnaissance
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+967.5%)
Mutual labels:  recon, bugbounty, reconnaissance
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+8497.5%)
Mutual labels:  recon, bugbounty, reconnaissance
Url Tracker
Change monitoring app that checks the content of web pages in different periods.
Stars: ✭ 171 (+327.5%)
Mutual labels:  recon, bugbounty, reconnaissance
Recon My Way
This repository created for personal use and added tools from my latest blog post.
Stars: ✭ 271 (+577.5%)
Mutual labels:  recon, bugbounty, reconnaissance
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (+1310%)
Mutual labels:  recon, bugbounty, reconnaissance
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+317.5%)
Mutual labels:  recon, bugbounty, reconnaissance
tugarecon
Pentest: Subdomains enumeration tool for penetration testers.
Stars: ✭ 142 (+255%)
Mutual labels:  recon, bugbounty, reconnaissance
Autosetup
Auto setup is a bash script compatible with Debian based distributions to install and setup necessary programs.
Stars: ✭ 140 (+250%)
Mutual labels:  recon, bugbounty, reconnaissance
Autorecon
Simple shell script for automated domain recognition with some tools
Stars: ✭ 244 (+510%)
Mutual labels:  recon, bugbounty, reconnaissance
Getjs
A tool to fastly get all javascript sources/files
Stars: ✭ 190 (+375%)
Mutual labels:  recon, bugbounty, reconnaissance
Megplus
Automated reconnaissance wrapper — TomNomNom's meg on steroids. [DEPRECATED]
Stars: ✭ 268 (+570%)
Mutual labels:  recon, bugbounty, reconnaissance
Recon Pipeline
An automated target reconnaissance pipeline.
Stars: ✭ 278 (+595%)
Mutual labels:  recon, bugbounty, reconnaissance
targets
A collection of over 5.1 million sub-domains and assets belonging to public bug bounty programs, compiled into a repo, for performing bulk operations.
Stars: ✭ 85 (+112.5%)
Mutual labels:  recon, bugbounty, reconnaissance
Bigbountyrecon
BigBountyRecon tool utilises 58 different techniques using various Google dorks and open source tools to expedite the process of initial reconnaissance on the target organisation.
Stars: ✭ 541 (+1252.5%)
Mutual labels:  recon, bugbounty, reconnaissance
Sub-Drill
A very (very) FAST and simple subdomain finder based on online & free services. Without any configuration requirements.
Stars: ✭ 70 (+75%)
Mutual labels:  recon, bugbounty, reconnaissance
Uddup
Urls de-duplication tool for better recon.
Stars: ✭ 103 (+157.5%)
Mutual labels:  recon, bugbounty, reconnaissance
3klcon
Automation Recon tool which works with Large & Medium scopes. It performs more than 20 tasks and gets back all the results in separated files.
Stars: ✭ 189 (+372.5%)
Mutual labels:  recon, bugbounty, reconnaissance
flydns
Related subdomains finder
Stars: ✭ 29 (-27.5%)
Mutual labels:  recon, bugbounty, reconnaissance

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 for decompiling and static analysis purposes.

Installation

Install python3 or above to run apkizer.

git clone https://github.com/ko2sec/apkizer.git

pip3 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 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 section for bugs and feature requests. If you want to contact for another subjects you can send DM @ko2sec.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].