Documentation
¶
Index ¶
- func AddCredential(con *core.Console, sess *client.Session, task *clientpb.Task, credType string, ...) (bool, error)
- func AddDownload(con *core.Console, sess *client.Session, task *clientpb.Task, ...) (bool, error)
- func AddKeylogger(con *core.Console, sess *client.Session, task *clientpb.Task, data []byte) (bool, error)
- func AddPort(con *core.Console, sess *client.Session, task *clientpb.Task, ...) (bool, error)
- func AddScreenshot(con *core.Console, sess *client.Session, task *clientpb.Task, data []byte) (bool, error)
- func AddUpload(con *core.Console, sess *client.Session, task *clientpb.Task, ...) (bool, error)
- func Commands(con *core.Console) []*cobra.Command
- func DeleteContextCmd(cmd *cobra.Command, con *core.Console) error
- func GetContextsByTask(con *core.Console, contextType string, task *clientpb.Task) (*clientpb.Contexts, error)
- func GetContextsByType(con *core.Console, contextType string) (*clientpb.Contexts, error)
- func GetCredentials(con *core.Console) ([]*clientpb.Context, error)
- func GetCredentialsCmd(cmd *cobra.Command, con *core.Console) error
- func GetDownloads(con *core.Console) ([]*clientpb.Context, error)
- func GetDownloadsCmd(cmd *cobra.Command, con *core.Console) error
- func GetKeyloggers(con *core.Console) ([]*clientpb.Context, error)
- func GetKeyloggersCmd(cmd *cobra.Command, con *core.Console) error
- func GetMedia(con *core.Console) ([]*clientpb.Context, error)
- func GetMediaCmd(cmd *cobra.Command, con *core.Console) error
- func GetPorts(con *core.Console) ([]*clientpb.Context, error)
- func GetPortsCmd(cmd *cobra.Command, con *core.Console) error
- func GetScreenshots(con *core.Console) ([]*clientpb.Context, error)
- func GetScreenshotsCmd(cmd *cobra.Command, con *core.Console) error
- func GetUploads(con *core.Console) ([]*clientpb.Context, error)
- func GetUploadsCmd(cmd *cobra.Command, con *core.Console) error
- func ListContexts(cmd *cobra.Command, con *core.Console) error
- func Register(con *core.Console)
- func RegisterCredential(con *core.Console)
- func RegisterDownload(con *core.Console)
- func RegisterKeylogger(con *core.Console)
- func RegisterMedia(con *core.Console)
- func RegisterPort(con *core.Console)
- func RegisterScreenshot(con *core.Console)
- func RegisterUpload(con *core.Console)
- func SyncCmd(cmd *cobra.Command, con *core.Console) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCredential ¶
func AddDownload ¶
func AddKeylogger ¶
func AddScreenshot ¶
func DeleteContextCmd ¶ added in v0.3.0
func GetContextsByTask ¶
func GetContextsByType ¶
func RegisterCredential ¶
func RegisterDownload ¶
func RegisterKeylogger ¶
func RegisterMedia ¶ added in v0.3.0
func RegisterPort ¶
func RegisterScreenshot ¶
func RegisterUpload ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.