
Chrome URL Dumper
#Incident Management#Digital Forensics
A library to access and parse OLE 2 Compound File (OLECF) format files.
Accessing Databases Stored on a Machine Using Chrome Browser
Accessing databases stored on a machine through the Chrome browser and extracting the URLs found.
Getting Started: This guide will assist you in setting up the project on your local machine for development and testing purposes.
Prerequisites: You need to have Python 2.7 installed.
Installing: Execute 'pip install -r requirements.txt' to install the required packages.
Check Packages:
- For Windows: Use 'pip list | Findstr /L "package"'
- For Linux: Use 'pip list | grep "package"'
Running the Tests:
- To terminate Chrome processes for more in-depth analysis on Windows: 'python main.py -k -d'
- To terminate Chrome processes for more in-depth analysis on Linux: './main.py -k -d'
Authors: Tomer Eyzenberg
- Initial work
- eLoopWoo