Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gill-singh-a/firefox-history-extractor
- Owner: Gill-Singh-A
- Created: 2024-06-23T22:03:07.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-23T23:25:41.000Z (5 months ago)
- Last Synced: 2024-06-24T00:28:13.684Z (5 months ago)
- Topics: digital-forensics, firefox, history, python3, sqlite3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* timeInstall the dependencies:
```bash
pip install -r requirements.txt
```