Documentation
¶
Index ¶
- func Bypass(rpc clientrpc.MaliceRPCClient, session *core.Session, ...) (*clientpb.Task, error)
- func BypassCmd(cmd *cobra.Command, con *repl.Console) error
- func Commands(con *repl.Console) []*cobra.Command
- func Env(rpc clientrpc.MaliceRPCClient, session *core.Session) (*clientpb.Task, error)
- func EnvCmd(cmd *cobra.Command, con *repl.Console) error
- func Info(rpc clientrpc.MaliceRPCClient, session *core.Session) (*clientpb.Task, error)
- func InfoCmd(cmd *cobra.Command, con *repl.Console) error
- func Kill(rpc clientrpc.MaliceRPCClient, session *core.Session, pid string) (*clientpb.Task, error)
- func KillCmd(cmd *cobra.Command, con *repl.Console) error
- func Netstat(rpc clientrpc.MaliceRPCClient, session *core.Session) (*clientpb.Task, error)
- func NetstatCmd(cmd *cobra.Command, con *repl.Console) error
- func Ps(rpc clientrpc.MaliceRPCClient, session *core.Session) (*clientpb.Task, error)
- func PsCmd(cmd *cobra.Command, con *repl.Console) error
- func Register(con *repl.Console)
- func RegisterBypassFunc(con *repl.Console)
- func RegisterEnvFunc(con *repl.Console)
- func RegisterInfoFunc(con *repl.Console)
- func RegisterKillFunc(con *repl.Console)
- func RegisterNetstatFunc(con *repl.Console)
- func RegisterPsFunc(con *repl.Console)
- func RegisterWhoamiFunc(con *repl.Console)
- func RegisterWmiFunc(con *repl.Console)
- func SetEnv(rpc clientrpc.MaliceRPCClient, session *core.Session, envName, value string) (*clientpb.Task, error)
- func SetEnvCmd(cmd *cobra.Command, con *repl.Console) error
- func UnSetEnv(rpc clientrpc.MaliceRPCClient, session *core.Session, envName string) (*clientpb.Task, error)
- func UnsetEnvCmd(cmd *cobra.Command, con *repl.Console) error
- func Whoami(rpc clientrpc.MaliceRPCClient, session *core.Session) (*clientpb.Task, error)
- func WhoamiCmd(cmd *cobra.Command, con *repl.Console) error
- func WmiExecute(rpc clientrpc.MaliceRPCClient, session *core.Session, ...) (*clientpb.Task, error)
- func WmiExecuteCmd(cmd *cobra.Command, con *repl.Console) error
- func WmiQuery(rpc clientrpc.MaliceRPCClient, session *core.Session, namespace string, ...) (*clientpb.Task, error)
- func WmiQueryCmd(cmd *cobra.Command, con *repl.Console) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterBypassFunc ¶ added in v0.0.3
func RegisterEnvFunc ¶ added in v0.0.3
func RegisterInfoFunc ¶ added in v0.0.3
func RegisterKillFunc ¶ added in v0.0.3
func RegisterNetstatFunc ¶ added in v0.0.3
func RegisterPsFunc ¶ added in v0.0.3
func RegisterWhoamiFunc ¶ added in v0.0.3
func RegisterWmiFunc ¶ added in v0.0.3
func WmiExecute ¶ added in v0.0.3
func WmiExecuteCmd ¶ added in v0.0.3
WmiExecuteCmd executes a WMI method.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.