Documentation ¶
Index ¶
- Constants
- type ExecType
- type Metric
- type Metrics
- type Server
- type Windows
- func (e *Windows) Config() string
- func (e *Windows) CreateScript(templateCode string, script string, env *cfg.RunEnv) error
- func (e *Windows) Label() string
- func (e *Windows) Run(ctx context.Context, env *cfg.RunEnv) error
- func (e *Windows) RunCommands(ctx context.Context, env *cfg.RunEnv) error
- func (e *Windows) RunLocalServer(ctx context.Context, env *cfg.RunEnv) error
- func (e *Windows) RunRemoteServer(ctx context.Context, env *cfg.RunEnv, sv *Server) error
Constants ¶
View Source
const ( Cmd = ExecType("Cmd") Cmdlet = ExecType("Cmdlet") )
View Source
const Version = "0.1.4"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metric ¶
type Windows ¶
type Windows struct { Server string `toml:"server"` LocalExec bool `toml:"local_exec"` Servers []*Server `toml:"servers"` Metrics []*Metric `toml:"metrics"` ScriptPath string // contains filtered or unexported fields }
func (*Windows) CreateScript ¶
func (*Windows) RunCommands ¶
func (*Windows) RunLocalServer ¶
Directories ¶
Path | Synopsis |
---|---|
Package NTLM implements the interfaces used for interacting with NTLMv1 and NTLMv2.
|
Package NTLM implements the interfaces used for interacting with NTLMv1 and NTLMv2. |
md4
Package md4 implements the MD4 hash algorithm as defined in RFC 1320.
|
Package md4 implements the MD4 hash algorithm as defined in RFC 1320. |
Click to show internal directories.
Click to hide internal directories.