Documentation
¶
Index ¶
- func Commands(con *repl.Console) []*cobra.Command
- func ExecAssembly(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string, ...) (*clientpb.Task, error)
- func ExecBof(rpc clientrpc.MaliceRPCClient, sess *core.Session, bofPath string, ...) (*clientpb.Task, error)
- func ExecDLL(rpc clientrpc.MaliceRPCClient, sess *core.Session, pePath string, ...) (*clientpb.Task, error)
- func ExecExe(rpc clientrpc.MaliceRPCClient, sess *core.Session, pePath string, ...) (*clientpb.Task, error)
- func ExecPowershell(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, ps []string) (*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) (*clientpb.Task, error)
- func ExecuteAssemblyCmd(cmd *cobra.Command, con *repl.Console)
- func ExecuteBofCmd(cmd *cobra.Command, con *repl.Console)
- func ExecuteCmd(cmd *cobra.Command, con *repl.Console)
- func ExecuteDLLCmd(cmd *cobra.Command, con *repl.Console)
- func ExecuteExeCmd(cmd *cobra.Command, con *repl.Console)
- func ExecutePowershellCmd(cmd *cobra.Command, con *repl.Console)
- func ExecuteShellcodeCmd(cmd *cobra.Command, con *repl.Console)
- func InlineDLL(rpc clientrpc.MaliceRPCClient, sess *core.Session, path, entryPoint string, ...) (*clientpb.Task, error)
- func InlineDLLCmd(cmd *cobra.Command, con *repl.Console)
- func InlineExe(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string, ...) (*clientpb.Task, error)
- func InlineExeCmd(cmd *cobra.Command, con *repl.Console)
- func InlineShellcode(rpc clientrpc.MaliceRPCClient, sess *core.Session, path string, args []string, ...) (*clientpb.Task, error)
- func InlineShellcodeCmd(cmd *cobra.Command, con *repl.Console)
- func Register(con *repl.Console)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecAssembly ¶ added in v0.0.2
func ExecPowershell ¶ added in v0.0.2
func ExecShellcode ¶ added in v0.0.2
func ExecuteExeCmd ¶ added in v0.0.2
ExecuteExeCmd - Execute PE on sacrifice process
func ExecuteShellcodeCmd ¶
ExecuteShellcodeCmd - Execute shellcode in-memory
func InlineExeCmd ¶ added in v0.0.2
InlineExeCmd - Execute PE in current process
func InlineShellcode ¶ added in v0.0.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.