LogoLogo
EmpireStarkillerBlogDiscord
  • Empire
  • Quickstart
    • Installation
    • Server
  • Starkiller
    • Introduction
    • Agent Tasks
  • Listeners
    • Dropbox
    • OneDrive
    • HTTP
    • Malleable C2
  • Stagers
    • multi_generate_agent
  • Plugins
    • Development
      • Imports
      • Lifecycle Hooks
      • Execution
      • Hooks and Filters
      • Plugin Tasks
      • Notifications
      • Database Usage
      • Settings
      • Migration
  • Modules
    • Autorun Modules
    • Module Development
      • PowerShell Modules
      • Python Modules
      • C# Modules
      • BOF Modules
  • Agents
    • Python
      • Main Agent Class
      • Stage Class
      • Packet Handler Class
      • Extended Packet Handler Class
    • Go
      • Main Agent Class
      • Packet Handler Class
      • Main.go Template
    • Staging
  • RESTful API
  • Settings
    • Logging
    • Bypasses
    • IP Filtering
Powered by GitBook
On this page
  • Queued
  • Pulled
  • Completed
  • Error
  • Continuous

Was this helpful?

  1. Starkiller

Agent Tasks

Agent tasks in Empire are managed through a series of status updates that reflect the lifecycle of a task from creation to completion. These statuses help users understand the current state of tasks assigned to agents. Below are the possible statuses for agent taskings along with descriptions and representative icons.

Queued

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

  • Icon:

Pulled

  • Description: The agent has successfully pulled the tasking. This status signifies that the agent 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 agent has finished executing the task and has returned the output.

  • Icon:

Error

  • Description: If an agent 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:

PreviousIntroductionNextListeners

Last updated 1 month ago

Was this helpful?