Home

Awesome

<h1 align="center">apk-analyzer</h1> <h4 align="center">Analyze an extracted APK archive and generate a HTML report.</h4> <p align="center"> <img src="https://img.shields.io/badge/python-v3-blue" alt="python badge"> <img src="https://img.shields.io/badge/license-MIT-green" alt="MIT license badge"> <a href="https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fapk-analyzer%2f" target="_blank"><img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fapk-analyzer" alt="twitter badge"></a> </p> <!-- <p align="center"> <img src="https://img.shields.io/github/stars/gwen001/apk-analyzer?style=social" alt="github stars badge"> <img src="https://img.shields.io/github/watchers/gwen001/apk-analyzer?style=social" alt="github watchers badge"> <img src="https://img.shields.io/github/forks/gwen001/apk-analyzer?style=social" alt="github forks badge"> </p> -->

Install

git clone https://github.com/gwen001/apk-analyzer
cd apk-analyzer
pip3 install -r requirements.txt

Usage

$ python3 apk-analyzer.py -h
usage: apk-analyzer.py [-h] [-d DIRECTORY] [-t TERM] [-c] [-m MOD]

options:
  -h, --help            show this help message and exit
  -d DIRECTORY, --directory DIRECTORY
                        source directory
  -t TERM, --term TERM  term referencing the editor
  -c, --command         display commands to run
  -m MOD, --mod MOD     mod to run

<h1 align="center">apk-downloader</h1> <h4 align="center">Mass download APKs from a given list.</h4> <p align="center"> <img src="https://img.shields.io/badge/python-v3-blue" alt="python badge"> <img src="https://img.shields.io/badge/license-MIT-green" alt="MIT license badge"> <a href="https://twitter.com/intent/tweet?text=https%3a%2f%2fgithub.com%2fgwen001%2fapk-analyzer%2f" target="_blank"><img src="https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fgwen001%2Fapk-analyzer" alt="twitter badge"></a> </p>

Install

git clone https://github.com/gwen001/apk-analyzer
cd apk-analyzer
pip3 install -r requirements.txt

Usage

$ python3 apk-downloader.py

<img src="https://raw.githubusercontent.com/gwen001/apk-analyzer/master/preview-downloader.gif" />

Feel free to open an issue if you have any problem with the script.