Back to Sliver

client/command/tasks

client/command/tasks/README.md

1.7.3611 B
Original Source

client/command/tasks

Overview

Implements the 'tasks' command group for the Sliver client console. Handlers map Cobra invocations to tasks workflows such as fetch and tasks cancel.

Go Files

  • commands.go – Registers task management commands for viewing and controlling job history.
  • fetch.go – Downloads task artifacts and output generated by implants.
  • helpers.go – Provides shared utilities for task lookups, formatting, and completion.
  • tasks-cancel.go – Cancels queued or running tasks targeting implants.
  • tasks.go – Lists recent tasks with filters for status and target.