Plugin Taskings

Plugin tasks in Empire follow a similar lifecycle to agent taskings, with status updates providing key insights into the progress and outcomes of various plugin operations. Below are the possible statuses for plugin taskings along with descriptions and representative icons.

Queued

  • Description: The task is queued for the plugin. This status indicates that the task has been created and is waiting to be pulled by the server.

  • Icon:

Started

  • Description: The plugin has successfully pulled and started the tasking. This status signifies that the server has received the task and is either processing it or about to start processing.

  • Icon:

Completed

  • Description: The task has returned data successfully. This indicates that the plugin has finished executing the task and has returned the output.

  • Icon:

Error

  • Description: If an plugin reports an error for a task, it will return an ERROR status. This status allows users to identify tasks that did not execute as expected.

  • Icon: )

Continuous

  • Description: A special class for modules like keylogging since they are handled differently on the server due to their continuous nature. These tasks do not have a definite end and run continuously until stopped.

  • Icon:

Last updated