Files
2025-10-04 11:49:32 -07:00

612 B
Raw Permalink Blame History

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.