https://github.com/51j0/Android-Storage-Extractor
A tool to extract local data storage of an Android application in one click.
https://github.com/51j0/Android-Storage-Extractor
android android-application android-extract security-audit security-tools storage
Last synced: about 2 months ago
JSON representation
A tool to extract local data storage of an Android application in one click.
- Host: GitHub
- URL: https://github.com/51j0/Android-Storage-Extractor
- Owner: 51j0
- License: gpl-3.0
- Created: 2018-12-08T11:55:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T18:34:24.000Z (about 7 years ago)
- Last Synced: 2024-04-15T04:06:36.354Z (over 1 year ago)
- Topics: android, android-application, android-extract, security-audit, security-tools, storage
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-security - Android Storage Extractor - A tool to extract local data storage of an Android application in one click. (Endpoint / Mobile / Android / iOS)
- venom - `Android Storage Extractor` - A tool to extract local data storage of an Android application in one click. (Endpoint / Mobile / Android / iOS)
README

## Android-Storage-Extractor
###### v0.9
A tool to extract local data storage of an Android application in **__one click__**.
___
Usage
------------------
```python
git clone https://github.com/51j0/Android-Storage-Extractor.git
cd Android-Storage-Extractor/
python extract.py
Options:
-p -package name
-o -output directory
Example:
python extract.py -p com.android.chrome -o /root/Desktop/
python extract.py -p com.android.chrome
```
