Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eLoopWoo/chrome-url-dumper
research chrome stored databases - dumping all urls
https://github.com/eLoopWoo/chrome-url-dumper
Last synced: 3 months ago
JSON representation
research chrome stored databases - dumping all urls
- Host: GitHub
- URL: https://github.com/eLoopWoo/chrome-url-dumper
- Owner: eLoopWoo
- Created: 2017-07-08T00:48:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T21:01:09.000Z (about 7 years ago)
- Last Synced: 2024-02-15T02:31:20.496Z (9 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 31
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ForensicsTools - chrome-url-dumper - Dump all local stored infromation collected by Chrome (Challenges / Browser Artifacts)
README
# chrome-url-dumper
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/cugu/awesome-forensics)
Accessing db's stored on machine by chrome browser and dumping urls found
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Running the tests for notes on how to deploy the project on a live system.
### Prerequisites
```
Python 2.7
```### Installing
```
pip install -r requirements.txt
```Check packages
Windows
```
pip list | Findstr /L "package"
```Linux
```
pip list | grep "package"
```## Running the tests
-k kill chrome proccess ( deeper analysis )
-d deeper analysisWindows
```
python main.py -k -d
```Linux
```
./main.py -k -d
```## Authors
* **Tomer Eyzenberg** - *Initial work* - [eLoopWoo](https://github.com/eLoopWoo)