Documentation
¶
Index ¶
- func Commands(con *console.SliverClient) []*cobra.Command
- func ShellAttachCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func ShellCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func ShellIDCompleter(_ *console.SliverClient) carapace.Action
- func ShellKillCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func ShellLsCmd(_ *cobra.Command, con *console.SliverClient, _ []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Commands ¶ added in v1.6.0
func Commands(con *console.SliverClient) []*cobra.Command
Commands returns the “ command and its subcommands.
func ShellAttachCmd ¶ added in v1.7.2
func ShellAttachCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
ShellAttachCmd re-attaches local stdin/stdout to a managed shell tunnel.
func ShellCmd ¶
func ShellCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
ShellCmd - Start an interactive shell on the remote system.
func ShellIDCompleter ¶ added in v1.7.2
func ShellIDCompleter(_ *console.SliverClient) carapace.Action
ShellIDCompleter completes IDs of managed local shells.
func ShellKillCmd ¶ added in v1.7.2
func ShellKillCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
ShellKillCmd kills a managed shell from the REPL and cleans up remote state.
func ShellLsCmd ¶ added in v1.7.2
func ShellLsCmd(_ *cobra.Command, con *console.SliverClient, _ []string)
ShellLsCmd lists local shell tunnels currently managed by the client.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.