MCPcopy
hub / github.com/moonD4rk/HackBrowserData / BrowserName

Method BrowserName

browser/browser.go:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17// Browser is one installation: a UserDataDir holding profiles that (for Chromium) share one master key.
18type Browser interface {
19 BrowserName() string
20 UserDataDir() string
21 Profiles() []types.Profile
22 Extract(categories []types.Category) ([]types.ExtractResult, error)

Callers 7

TestNewBrowserDispatchFunction · 0.65
assertBrowsersFunction · 0.65
BuildDumpFunction · 0.65
extractAndWriteFunction · 0.65
printBasicFunction · 0.65
printDetailFunction · 0.65

Implementers 4

mockBrowserbrowser/keydump_test.go
Browserbrowser/firefox/firefox.go
Browserbrowser/safari/safari.go
Browserbrowser/chromium/chromium.go

Calls

no outgoing calls

Tested by 3

TestNewBrowserDispatchFunction · 0.52
assertBrowsersFunction · 0.52