Skip to main content

Tool to analyze snoopdroid dump

Project description

sdanalyzer

Tool to analyze a large number of Android applications easily. It consist of a command line tool extracting data from all applications, storing it in a local database, and then opening a web interface to manually analyze the results in a user-friendly way.

Installation

Download the code from the git repository, then do :

pip install .

How to use it

Create a new phone :

sdanalyzer phones --create "Roberto's Phone"
1	Roberto's Phone	None

Import APKs:

sdanalyzer import --phone 1 .

Run the web server to check the APKs:

sdanalyzer serve

You can check all the options of the sdanalyzer command :

$ sdanalyzer -h
usage: sdanalyzer [-h] {serve,flush,phones,import,delete} ...

Launches sdanalyzer

positional arguments:
  {serve,flush,phones,import,delete}
                        Subcommand
    serve               Launch the web app
    flush               Flush the database
    phones              List phones
    import              Import apks
    delete              Delete a phone and related data
    export              Export information on all apks of a phone

optional arguments:
  -h, --help            show this help message and exit

License

This code is released under GPLv3 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sdanalyzer-0.1.2.tar.gz (27.8 kB view hashes)

Uploaded Source

Built Distribution

sdanalyzer-0.1.2-py3-none-any.whl (30.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page