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
  • IronPython Agent
  • Features
  • Python Agent
  • Features
  • Go Agent
  • Features
  • PowerShell Agent
  • Features:
  • C# Agent
  • Features

Was this helpful?

Agents

PreviousBOF ModulesNextPython

Last updated 1 month ago

Was this helpful?

This page provides an in-depth overview of the different agents available within Empire, including their capabilities, features, and usage scenarios.

IronPython Agent

IronPython brings the Python language to the .NET framework. The IronPython agent leverages this to execute Python scripts using .NET, bypassing restrictions on native Python interpreters. Additional documentation on the agent can be found .

Features

  • Executes in a .NET context, allowing for unique evasion techniques.

  • Can interface with .NET libraries directly from Python code.

  • Runs Python, C#, and PowerShell taskings.

Python Agent

The Python agent offers cross-platform capabilities for targeting non-Windows systems, such as Linux and macOS. Additional documentation on the agent can be found .

Features

  • Cross-platform for Linux and macOS.

Go Agent

The Go agent (Gopire) is designed for use in environments where Go is advantageous for performance and portability. It is lightweight and suitable for Windows systems. Currently, the Go agent only supports Windows and the HTTP listener. Future updates may include cross-platform support.

Features

  • Currently only Windows compatible.

  • Written in Go, providing performance and portability benefits.

  • Can run taskings such as C#, PowerShell, and shell commands.

  • Reflectively loaded to evade detection.

  • Supports only the HTTP listener.

PowerShell Agent

The PowerShell agent is the original agent for Empire.

Features:

  • Reflectively loads into memory.

  • Can run C# and PowerShell taskings.

C# Agent

Features

  • Can run C# and PowerShell taskings.

Additional documentation on the agent can be found .

The C# agent leverages as the implant.

here
here
here
Sharpire