mirror of
https://github.com/BishopFox/sliver
synced 2026-06-08 10:29:05 +00:00
612 B
612 B
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.