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

Interface KeychainPasswordReceiver

browser/browser.go:103–105  ·  view source on GitHub ↗

KeychainPasswordReceiver is implemented by installations that need the macOS login password (Safari only).

Source from the content-addressed store, hash-verified

101
102// KeychainPasswordReceiver is implemented by installations that need the macOS login password (Safari only).
103type KeychainPasswordReceiver interface {
104 SetKeychainPassword(string)
105}
106
107// resolveGlobs expands UserDataDir glob patterns for Windows MSIX/UWP browsers whose package dirs carry a dynamic
108// publisher-hash suffix (e.g. "TheBrowserCompany.Arc_*"). A glob matching N dirs yields N configs.

Callers 1

newCredentialInjectorFunction · 0.65

Implementers 1

Browserbrowser/safari/safari.go

Calls

no outgoing calls

Tested by

no test coverage detected