Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gill-singh-a/firefox-history-extractor

A Simple Python Program that extracts Firefox's History using SQLite3 DB Module and dumps it to an Excel File
https://github.com/gill-singh-a/firefox-history-extractor

digital-forensics firefox history python3 sqlite3

Last synced: 7 days ago
JSON representation

A Simple Python Program that extracts Firefox's History using SQLite3 DB Module and dumps it to an Excel File

Awesome Lists containing this project

README

        

# Firefox History Extractor
A Simple Python Program that extracts Firefox's History using SQLite3 DB Module and dumps it to an Excel File
## Requirements
Langauge Used = Python3

Modules/Packages used:
* os
* sqlite3
* xlsxwriter
* pathlib
* datetime
* optparse
* colorama
* time

Install the dependencies:
```bash
pip install -r requirements.txt
```