Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChromeExtractDataRun ¶
func ChromeExtractDataRun() common.ExtractCredentialsResult
Function used to extract credentials from chromium-based browsers (Google Chrome, Opera, Yandex, Vivaldi, Cent Browser, Amigo, Chromium, Sputnik).
func InternetExplorerExtractDataRun ¶
func InternetExplorerExtractDataRun() common.ExtractCredentialsResult
* Function that use PowerShell script for extracting data from Internet Explorer Vault. Support Internet Explorer and Edge browser.
func MozillaExtractDataRun ¶
func MozillaExtractDataRun(targetType string) common.ExtractCredentialsResult
Types ¶
type AsnLoginData ¶
type AsnLoginData struct { KeyId []byte SomeInfo struct { ObjIdent asn1.ObjectIdentifier Lv []byte } CipherText []byte }
type AsnSourceDataMasterPassword ¶
type AsnSourceDataMasterPassword struct { Data struct { ObjIdent asn1.ObjectIdentifier Data struct { Entry []byte P int } } EncryptedPasswdCheck []byte }
Structs for asn1.Unmarshal Really magic thing
type MozillaLogins ¶
type MozillaLogins struct { Logins []struct { Hostname string `json:"hostname"` EncryptedUsername string `json:"encryptedUsername"` EncryptedPassword string `json:"encryptedPassword"` } `json:"logins"` }
Login storage struct
Click to show internal directories.
Click to hide internal directories.