chrome-downloads

Retrieves the download history from the Google Chrome 'History' SQLite file.

Syntax

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

Description

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

Output Fields

FieldTypeDescription
_timeDateTime of visit
start_timeDateDownload start time
end_timeDateDownload end time
mime_typeStringMIME type
file_openBooleanWhether the file has ever been opened or not
file_pathStringPath to the file
file_sizeIntegerFile size
urlStringFile URL
refererStringReferer URL

Usage

Retirieve the download history from the file at /opt/logpresso/History.

chrome-downloads /opt/logpresso/History