Skip to content

sidra-asa/gplay-apk-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Play APKs Analysis

Setup

  • Clone from repo

    $ git clone https://github.com/sidra-asa/gplay-apk-analysis.git
  • Create and activate virtual environment

    $ virtualenv gplay-apk-analysis
    $ cd gplay-apk-analysis
    $ source bin/activate
  • Install require modules

    $ pip install -r requirements.txt
  • Mongo DB Installation

    https://docs.mongodb.org/getting-started/shell/tutorial/install-mongodb-on-ubuntu/
  • Create your dbpath

    $ mkdir -p ~/data/db
  • Start mongod with

    $ mongod --dbpath ~/data/db
  • Fill in infos

    dw_from_gplay/config.py
    dw_from_gplay/db/db.conf (see db.conf.example)
    dw_from_gplay/web.py

How to use

  • Download apks from googleplay

    $ bash dw_from_gplay/download_from_lists.sh
  • Submit apks to virustotal

    $ python dw_from_gplay/vt.py
  • Launch web interface to review results!

    $ python dw_from_gplay/web.py

About

Google Play Unofficial Python API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%