Documentation ¶
Index ¶
- func Commands(con *console.SliverClient) []*cobra.Command
- func PortfwdIDCompleter(con *console.SliverClient) carapace.Action
- func SliverCommands(con *console.SliverClient) []*cobra.Command
- func SocksIDCompleter(con *console.SliverClient) carapace.Action
- func WGConfigCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func WGPortFwdAddCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func WGPortFwdListCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func WGPortFwdRmCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func WGSocksListCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func WGSocksStartCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func WGSocksStopCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Commands ¶
func Commands(con *console.SliverClient) []*cobra.Command
Commands returns the “ command and its subcommands.
func PortfwdIDCompleter ¶
func PortfwdIDCompleter(con *console.SliverClient) carapace.Action
PortfwdIDCompleter completes IDs of WireGuard remote portforwarders.
func SliverCommands ¶
func SliverCommands(con *console.SliverClient) []*cobra.Command
SliverCommands returns all Wireguard commands that can be used on an active target.
func SocksIDCompleter ¶
func SocksIDCompleter(con *console.SliverClient) carapace.Action
SocksIDCompleter IDs of WireGuard socks servers.
func WGConfigCmd ¶
func WGConfigCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
WGConfigCmd - Generate a WireGuard client configuration.
func WGPortFwdAddCmd ¶
func WGPortFwdAddCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
WGPortFwdAddCmd - Add a new WireGuard port forward.
func WGPortFwdListCmd ¶
func WGPortFwdListCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
WGPortFwdListCmd - List WireGuard port forwards.
func WGPortFwdRmCmd ¶
func WGPortFwdRmCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
WGPortFwdRmCmd - Remove a WireGuard port forward.
func WGSocksListCmd ¶
func WGSocksListCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
WGSocksListCmd - List WireGuard SOCKS proxies.
func WGSocksStartCmd ¶
func WGSocksStartCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
WGSocksStartCmd - Start a WireGuard reverse SOCKS proxy.
func WGSocksStopCmd ¶
func WGSocksStopCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
WGSocksStopCmd - Stop a WireGuard SOCKS proxy.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.