Documentation
¶
Index ¶
- func Commands(con *repl.Console) []*cobra.Command
- func ExecBof(rpc clientrpc.MaliceRPCClient, sess *core.Session, bofPath string, ...) (*clientpb.Task, error)
- func ExecDLL(rpc clientrpc.MaliceRPCClient, sess *core.Session, dllPath string, ...) (*clientpb.Task, error)
- func ExecExe(rpc clientrpc.MaliceRPCClient, sess *core.Session, pePath string, ...) (*clientpb.Task, error)
- func ExecLocal(rpc clientrpc.MaliceRPCClient, sess *core.Session, args []string, output bool, ...) (*clientpb.Task, error)
- func ExecShellcode(rpc clientrpc.MaliceRPCClient, sess *core.Session, shellcodePath string, ...) (*clientpb.Task, error)
- func Execute(rpc clientrpc.MaliceRPCClient, sess *core.Session, cmd string, output bool) (*clientpb.Task, error)
- func ExecuteAssembly(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string, ...) (*clientpb.Task, error)
- func ExecuteAssemblyCmd(cmd *cobra.Command, con *repl.Console) error
- func ExecuteBofCmd(cmd *cobra.Command, con *repl.Console) error
- func ExecuteCmd(cmd *cobra.Command, con *repl.Console) error
- func ExecuteDLLCmd(cmd *cobra.Command, con *repl.Console) error
- func ExecuteDLLSpawn(rpc clientrpc.MaliceRPCClient, sess *core.Session, dllPath string, ...) (*clientpb.Task, error)
- func ExecuteDLLSpawnCmd(cmd *cobra.Command, con *repl.Console) error
- func ExecuteExeCmd(cmd *cobra.Command, con *repl.Console) error
- func ExecuteLocalCmd(cmd *cobra.Command, con *repl.Console) error
- func ExecutePowershellCmd(cmd *cobra.Command, con *repl.Console) error
- func ExecuteShellcodeCmd(cmd *cobra.Command, con *repl.Console) error
- func InlineAssembly(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string, ...) (*clientpb.Task, error)
- func InlineAssemblyCmd(cmd *cobra.Command, con *repl.Console) error
- func InlineDLL(rpc clientrpc.MaliceRPCClient, sess *core.Session, path, entryPoint string, ...) (*clientpb.Task, error)
- func InlineDLLCmd(cmd *cobra.Command, con *repl.Console) error
- func InlineExe(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string, ...) (*clientpb.Task, error)
- func InlineExeCmd(cmd *cobra.Command, con *repl.Console) error
- func InlineLocal(rpc clientrpc.MaliceRPCClient, sess *core.Session, args []string, output bool, ...) (*clientpb.Task, error)
- func InlineLocalCmd(cmd *cobra.Command, con *repl.Console) error
- func InlineShellcode(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string, ...) (*clientpb.Task, error)
- func InlineShellcodeCmd(cmd *cobra.Command, con *repl.Console) error
- func PowerPick(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, ps []string, ...) (*clientpb.Task, error)
- func Powershell(rpc clientrpc.MaliceRPCClient, sess *core.Session, cmd string, output bool) (*clientpb.Task, error)
- func PowershellCmd(cmd *cobra.Command, con *repl.Console) error
- func Register(con *repl.Console)
- func RegisterAssemblyFunc(con *repl.Console)
- func RegisterBofFunc(con *repl.Console)
- func RegisterDLLFunc(con *repl.Console)
- func RegisterDLLSpawnFunc(con *repl.Console)
- func RegisterExeFunc(con *repl.Console)
- func RegisterExecuteFunc(con *repl.Console)
- func RegisterExecuteLocalFunc(con *repl.Console)
- func RegisterPowershellFunc(con *repl.Console)
- func RegisterShellFunc(con *repl.Console)
- func RegisterShellcodeFunc(con *repl.Console)
- func Shell(rpc clientrpc.MaliceRPCClient, sess *core.Session, cmd string, output bool) (*clientpb.Task, error)
- func ShellCmd(cmd *cobra.Command, con *repl.Console) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecShellcode ¶ added in v0.0.2
func ExecuteAssembly ¶ added in v0.1.0
func ExecuteDLLSpawn ¶ added in v0.1.0
func ExecuteDLLSpawnCmd ¶ added in v0.1.0
func ExecuteExeCmd ¶ added in v0.0.2
ExecuteExeCmd - Execute PE on sacrifice process
func ExecuteLocalCmd ¶ added in v0.0.3
ExecuteLocalCmd - Execute local PE on sacrifice process
func ExecuteShellcodeCmd ¶
ExecuteShellcodeCmd - Execute shellcode in-memory
func InlineAssembly ¶ added in v0.1.0
func InlineAssemblyCmd ¶ added in v0.1.0
func InlineExeCmd ¶ added in v0.0.2
InlineExeCmd - Execute PE in current process
func InlineLocal ¶ added in v0.1.0
func InlineLocalCmd ¶ added in v0.1.0
func InlineShellcode ¶ added in v0.0.2
func Powershell ¶ added in v0.0.3
func PowershellCmd ¶ added in v0.0.3
func RegisterAssemblyFunc ¶ added in v0.0.3
func RegisterBofFunc ¶ added in v0.0.3
func RegisterDLLFunc ¶ added in v0.0.3
func RegisterDLLSpawnFunc ¶ added in v0.1.0
func RegisterExeFunc ¶ added in v0.0.3
func RegisterExecuteFunc ¶ added in v0.0.3
func RegisterExecuteLocalFunc ¶ added in v0.0.3
func RegisterPowershellFunc ¶ added in v0.0.3
func RegisterShellFunc ¶ added in v0.0.3
func RegisterShellcodeFunc ¶ added in v0.0.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.