firefox.extensions

$ target-query <path/to/target> -f firefox.extensions
Details

Module

dissect.target.plugins.apps.browser.firefox.FirefoxPlugin

Output

records

Module documentation

Firefox browser plugin.

Function documentation

Return browser extension records for Firefox.

Yields BrowserExtensionRecord with the following fields:

ts_install (datetime): Extension install timestamp.
ts_update (datetime): Extension update timestamp.
browser (string): The browser from which the records are generated.
id (string): Extension unique identifier.
name (string): Name of the extension.
short_name (string): Short name of the extension.
default_title (string): Default title of the extension.
description (string): Description of the extension.
version (string): Version of the extension.
ext_path (path): Relative path of the extension.
from_webstore (boolean): Extension from webstore.
permissions (string[]): Permissions of the extension.
manifest (varint): Version of the extensions' manifest.
optional_permissions (string[]): Optional permissions of the extension.
source_uri (path): Source path from which the extension was downloaded.
source (path): The source file of the download record.