https://github.com/dika-maulidal/chrome-examiner
Tools for extracting and analyzing browsing data from the Google Chrome browser on Windows.
https://github.com/dika-maulidal/chrome-examiner
chrome digital-f forensics forensics-investigations investigation python
Last synced: 7 months ago
JSON representation
Tools for extracting and analyzing browsing data from the Google Chrome browser on Windows.
- Host: GitHub
- URL: https://github.com/dika-maulidal/chrome-examiner
- Owner: dika-maulidal
- Created: 2024-10-18T05:06:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T11:05:55.000Z (12 months ago)
- Last Synced: 2024-12-16T00:27:24.859Z (10 months ago)
- Topics: chrome, digital-f, forensics, forensics-investigations, investigation, python
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
Windows Chrome Browser Forensics is a tool for extracting and analyzing browsing data from the Google Chrome browser on Windows. It provides access to user information such as saved passwords, search history, and frequently visited sites to assist in digital forensics.## Features
- Extract saved passwords and emails from Chrome.
- Retrieve top searched keywords and browsing history.
- Present data in a user-friendly format.## Usage Instructions
```bash
$ git clone https://github.com/dika-maulidal/chrome-examiner.git
$ cd chrome-examiner
$ pip install -r requirements.txt
$ python main.py
```## Screenshot
## Example of extracted data interface
## Data Sources
To access the relevant data for analysis, navigate to the following paths on your Windows machine:| Content | Path |
| -------------- | ------------------------------------------------------- |
| Saved Password | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Login Data |
| Bookmarks | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Bookmarks |
| History | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\History |
| Top Sites | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Top Sites |
| Keyword | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\History |
| Top Keyword | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\History |
| Emails | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Login data & Preferences |
| Favicon | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Favicons |
| Google Account | C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Preferences |