browsers

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2020 License: MIT Imports: 18 Imported by: 1

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 AppInfo

type AppInfo struct {
	// contains filtered or unexported fields
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL