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

https://github.com/niftycode/firefox-forensics

Read data from Firefox browser and extract useful information.
https://github.com/niftycode/firefox-forensics

Last synced: about 1 year ago
JSON representation

Read data from Firefox browser and extract useful information.

Awesome Lists containing this project

README

          

# firefox-forensics

![Static Badge](https://img.shields.io/badge/python-3.12-blue)
![Static Badge](https://img.shields.io/badge/python-3.13-blue)
![](https://img.shields.io/github/license/niftycode/firefox-forensics)
![](https://img.shields.io/github/issues/niftycode/firefox-forensics.svg?style=flat)
![](https://img.shields.io/pypi/v/firefox-forensics)
![GitHub last commit](https://img.shields.io/github/last-commit/niftycode/firefox-forensics)

A simple program to fetch history data from the SQLite database of the Firefox browser.

## Operating System

macOS

## Requirements

Python = 3.13

## Install

pip3 install firefox-forensics

## Changelog

see [Changelog.md](https://github.com/niftycode/firefox-forensics/blob/main/Changelog.md)