browsingdata

package
v0.0.0-...-b9d8433 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLoginData

func GetLoginData(base64MasterKey string, path string) ([]loginData, error)

Types

type ChromiumCookie

type ChromiumCookie []Cookie
type Cookie struct {
	Host    string `json:"host"`
	Path    string `json:"path"`
	KeyName string `json:"keyname"`

	Value        string    `json:"value"`
	IsSecure     bool      `json:"secure"`
	IsHTTPOnly   bool      `json:"httponly"`
	HasExpire    bool      `json:"has_expire"`
	IsPersistent bool      `json:"persistent"`
	CreateDate   time.Time `json:"create_date"`
	ExpireDate   time.Time `json:"expire_date"`
	// contains filtered or unexported fields
}

func GetCookie

func GetCookie(base64MasterKey string, path string) ([]Cookie, error)

Jump to

Keyboard shortcuts

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