Versions in this module Expand all Collapse all v0 v0.1.5 Nov 16, 2024 Changes in this version + func Env() []string + func GetGroups() ([]string, error) + func GetHome() (string, error) + func GetRid() (string, error) — windows/amd64 + func GetSid() (string, error) — windows/amd64 + func GetUsefulSoftware() ([]string, error) + func GetUserPrivs() (bool, error) — windows/amd64 + func GetWinName() (string, error) — windows/amd64 + func List(dir_to_list string) (string, error) + func ListPipes() ([]string, error) — windows/amd64 + func Pwd() (string, error) + func Uptime() int — windows/amd64 + func Whoami() (string, error) + type EdrInfo struct — windows/amd64 + Drivers []resources.DriverMetaData + Processes []resources.ProcessMetaData + Services []resources.ServiceMetaData + func GetEdrInfo() (*EdrInfo, error) + func (e *EdrInfo) Format() string + type MemInfo struct — windows/amd64 + Available uint64 + Total uint64 + Used uint64 + type SystemInfo struct — windows/amd64 + Architecture string + ComputerId string + Container bool + Hostname string + KernelVersion string + Memory MemInfo + OsName string + OsVersion string + Timezone string + func Systeminfo() (*SystemInfo, error) + type Upt struct — windows/amd64 + Duration time.Duration + func (u Upt) Format() string + type UserInfo struct — windows/amd64 + IntegrityLevel string + Privileges []wintoken.Privilege + Username string + func WhoamiAll() (*UserInfo, error)