Coder Social home page Coder Social logo

playstore_app_analyzer's Introduction

Playstore App Analyzer

Synopsis

node index.js [--local | --[hideActivities|ha] | --[notExtractApk|na] --[keepFile|kf] | --appId app.id] | --similar num

Description

Will download APKs from the store or use local APKs and analyze them. It will print out Acitivity names and urls that are found in the XML files. To safe space it will set the filesyste to 0 at the end so it won't be downloaded again.

If it is a Cordova/Phonegap app it will check for a www/ folder and copy this to www/ so you can analyze it later on.

Usage

Info

The download API will try to install the apps on the device you got the androidID from. So if you don't want to use your device you can use http://www.onyxbits.de/dummydroid to get a dummy GSF ID

Example/Usage

node index.js

Downloads APKs from the store and checks it

node index.js --local

Will check all APKs inside the /apk folder

node index.js --appId com.evozi.deviceid

Will download the app and check it

Output

Download 30: Appname...
Checking ./apk/appinventor.app.id.apk
        Listing activities:
                .Screen1
                appinventor.app.id.Screen2
        Extracting ./apk/appinventor.app.id.apk...
        Looking for urls...

        Framework: Appinventor

Parameters

  • --keepFile | --kf
    keep the APK file
  • --hideActivities | --ha
    Don't show the activity names
  • --notExtractApk | --na
    Don't extract the APK (only Activity names are shown)
  • --local
    parse the local apk/ folder
  • --appId com.abc.def
    download app and anlyse it
  • --similar 2
    Add 2 similar apps to the download list

playstore_app_analyzer's People

Contributors

m1ga avatar

Watchers

James Cloos avatar Brenton House avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.