Coder Social home page Coder Social logo

gdrive-appdata's Introduction

gdrive-appdata

Tries to fetch the contents of the appdata hidden folder from Google Drive.

Helps identify what Android applications might be saving/backing up on Google Drive.

Requirements

pip install --upgrade google-api-python-client

Usage

Requires Google account and password. Creating an app-specific password instead of using the raw password is recommended.

Specify either a package name and signature (SHA-1 hash of the raw signing certificate), or a packages.xml file (extracted from device).

Device ID is optional, should be either ANDROID_ID or GMS device ID.

When using packages.xml will try to fetch data from all packages (including internal/system ones). This can be time consuming and run into rate limiting. Use with care. You can use a combination of --packages-xml and --target-package to target a specific package.

Downloaded files will be saved in the current directory under:

appdata-<account name>-<timestamp>/<package name>/

Example

./get-gdrive-appdata.py --account [email protected]  --password foo.bar.baz \
--target-package com.example.app --target-package-sig 0000000000000000000000000000000000000000

References, etc

gdrive-appdata's People

Contributors

frod0r avatar nelenkov avatar smartjinyu 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.