Tasks storage
Last updated
Last updated
A task can be of two types:
TASK — a fast task, executed in a single-threaded mode, delaying all other agent functions.
JOB — a task executed in the background. As a rule, such a task runs longer in a separate thread or process.
AdaptixС2 registers and saves in the database all tasks ever completed. The task table displays the task type, the operator who started the task, the time of task execution, its status and a short answer.
The output of a specific command is displayed in the Task Output console when you select a task in the Tasks table.
The Tasks table has the ability to filter tasks by individual agents.
Tasks can be filtered by status. For example, you can filter only cancelled tasks or only those that are in progress (convenient for Jobs).
The Task table has the ability to filter by a substring in a command or by the result of its execution.
The context menu provides options to terminate the currently running task, as well as delete tasks from the database. In addition, you can quickly copy the task ID or console command and immediately go to the console of the selected agent.