Documentation ¶
Index ¶
- Variables
- func Commands(con *console.SliverClient) []*cobra.Command
- func HostsCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func HostsIOCCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func HostsIOCRmCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func HostsRmCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
- func SelectHost(con *console.SliverClient) (*clientpb.Host, error)
- func SelectHostIOC(host *clientpb.Host, con *console.SliverClient) (*clientpb.IOC, error)
- func SessionsForHost(hostUUID string, con *console.SliverClient) []*clientpb.Session
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Commands ¶
func Commands(con *console.SliverClient) []*cobra.Command
Commands returns the “ command and its subcommands.
func HostsCmd ¶
func HostsCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
HostsCmd - Main hosts command.
func HostsIOCCmd ¶
func HostsIOCCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
HostsIOCCmd - Remove a host from the database.
func HostsIOCRmCmd ¶
func HostsIOCRmCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
HostsIOCRmCmd - Remove a host from the database.
func HostsRmCmd ¶
func HostsRmCmd(cmd *cobra.Command, con *console.SliverClient, args []string)
HostsRmCmd - Remove a host from the database.
func SelectHost ¶
func SelectHost(con *console.SliverClient) (*clientpb.Host, error)
SelectHost - Interactively select a host from the database.
func SelectHostIOC ¶
func SessionsForHost ¶
func SessionsForHost(hostUUID string, con *console.SliverClient) []*clientpb.Session
SessionsForHost - Find session for a given host by id.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.