firefox-visits

Retrieves the website visit history from the Firefox places.sqlite file.

Syntax

firefox-visits FILE_PATH
Required Parameter
FILE_PATH
Path to the places.sqlite file.

Description

After running the firefox-visits command, the output fields are as follows:

Output Fields

FieldTypeDescription
_timeDateTime of visit
titleStringWebsite title
visit_countIntegerNumber of website visits
typed_countIntegerNumber of website visits by entering a URL directly
hiddenBooleanWhether to allow iframe to be set to transparent
urlStringURL visited

Usage

Retrieve the website visit history from the /opt/logpresso/places.sqlite file.

firefox-visits /opt/logpresso/places.sqlite