eLoopWoo / chrome-url-dumper

research chrome stored databases - dumping all urls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chrome-url-dumper

Awesome

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

About

research chrome stored databases - dumping all urls


Languages

Language:Python 100.0%