Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eLoopWoo/chrome-url-dumper

research chrome stored databases - dumping all urls
https://github.com/eLoopWoo/chrome-url-dumper

Last synced: about 2 months ago
JSON representation

research chrome stored databases - dumping all urls

Awesome Lists containing this project

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 analysis

Windows
```
python main.py -k -d
```

Linux
```
./main.py -k -d
```

## Authors

* **Tomer Eyzenberg** - *Initial work* - [eLoopWoo](https://github.com/eLoopWoo)