exec

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Commands

func Commands(con *repl.Console) []*cobra.Command

func ExecAssembly added in v0.0.2

func ExecAssembly(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string, output bool) (*clientpb.Task, error)

func ExecBof added in v0.0.2

func ExecBof(rpc clientrpc.MaliceRPCClient, sess *core.Session, bofPath string, args []string, output bool) (*clientpb.Task, error)

func ExecDLL added in v0.0.2

func ExecDLL(rpc clientrpc.MaliceRPCClient, sess *core.Session, pePath string, entrypoint string, args []string, output bool, timeout uint32, arch string, process string, sac *implantpb.SacrificeProcess) (*clientpb.Task, error)

func ExecExe added in v0.0.2

func ExecExe(rpc clientrpc.MaliceRPCClient, sess *core.Session, pePath string,
	args []string, output bool, timeout uint32, arch string,
	process string, sac *implantpb.SacrificeProcess) (*clientpb.Task, error)

func ExecPowershell added in v0.0.2

func ExecPowershell(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, ps []string) (*clientpb.Task, error)

func ExecShellcode added in v0.0.2

func ExecShellcode(rpc clientrpc.MaliceRPCClient, sess *core.Session, shellcodePath string,
	args []string, output bool, timeout uint32, arch string, process string,
	sac *implantpb.SacrificeProcess) (*clientpb.Task, error)

func Execute added in v0.0.2

func Execute(rpc clientrpc.MaliceRPCClient, sess *core.Session, cmd string) (*clientpb.Task, error)

func ExecuteAssemblyCmd

func ExecuteAssemblyCmd(cmd *cobra.Command, con *repl.Console)

func ExecuteBofCmd

func ExecuteBofCmd(cmd *cobra.Command, con *repl.Console)

func ExecuteCmd

func ExecuteCmd(cmd *cobra.Command, con *repl.Console)

func ExecuteDLLCmd

func ExecuteDLLCmd(cmd *cobra.Command, con *repl.Console)

func ExecuteExeCmd added in v0.0.2

func ExecuteExeCmd(cmd *cobra.Command, con *repl.Console)

ExecuteExeCmd - Execute PE on sacrifice process

func ExecutePowershellCmd

func ExecutePowershellCmd(cmd *cobra.Command, con *repl.Console)

func ExecuteShellcodeCmd

func ExecuteShellcodeCmd(cmd *cobra.Command, con *repl.Console)

ExecuteShellcodeCmd - Execute shellcode in-memory

func InlineDLL added in v0.0.2

func InlineDLL(rpc clientrpc.MaliceRPCClient, sess *core.Session, path, entryPoint string, args []string,
	output bool, timeout uint32, arch string, process string) (*clientpb.Task, error)

func InlineDLLCmd

func InlineDLLCmd(cmd *cobra.Command, con *repl.Console)

func InlineExe added in v0.0.2

func InlineExe(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string,
	output bool, timeout uint32, arch string, process string) (*clientpb.Task, error)

func InlineExeCmd added in v0.0.2

func InlineExeCmd(cmd *cobra.Command, con *repl.Console)

InlineExeCmd - Execute PE in current process

func InlineShellcode added in v0.0.2

func InlineShellcode(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string,
	output bool, timeout uint32, arch string, process string) (*clientpb.Task, error)

func InlineShellcodeCmd

func InlineShellcodeCmd(cmd *cobra.Command, con *repl.Console)

func Register added in v0.0.2

func Register(con *repl.Console)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL