dissect.target.plugins.apps.browser.edge

Module Contents

Classes

EdgePlugin

Edge browser plugin.

class dissect.target.plugins.apps.browser.edge.EdgePlugin(target: dissect.target.target.Target)

Bases: dissect.target.plugins.apps.browser.chromium.ChromiumMixin, dissect.target.plugins.apps.browser.browser.BrowserPlugin

Edge browser plugin.

__namespace__ = 'edge'

Defines the plugin namespace.

DIRS = ('.config/microsoft-edge/Default/', '.config/microsoft-edge/Profile*',...
BrowserHistoryRecord
BrowserCookieRecord
BrowserDownloadRecord
BrowserExtensionRecord
BrowserPasswordRecord
history() collections.abc.Iterator[BrowserHistoryRecord]

Return browser history records for Microsoft Edge.

cookies() collections.abc.Iterator[BrowserCookieRecord]

Return browser cookie records for Microsoft Edge.

downloads() collections.abc.Iterator[BrowserDownloadRecord]

Return browser download records for Microsoft Edge.

extensions() collections.abc.Iterator[BrowserExtensionRecord]

Return browser extension records for Microsoft Edge.

passwords() collections.abc.Iterator[BrowserPasswordRecord]

Return browser password records for Microsoft Edge.