chrome-visits

Retrieves the website visit history from the Google Chrome 'History' SQLite file.

Syntax

chrome-visits FILE_PATH
Required Parameter
FILE_PATH
Path to 'History' SQLite file

Description

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

Output Fields

FieldTypeDescription
_timeDateTime of visit
titleIntegerWebsite title
visit_countIntegerNumber of website visits
typed_countIntegerNumber of website visits by entering a URL directly
hiddenBooleanWhether a webpage is loaded inside an iframe
urlStringURL visited

Usage

Retrieve the website visit history from the file at /opt/logpresso/History.

chrome-visits /opt/logpresso/History