Monarch C2
  • Introduction to Monarch
  • Installation
    • Resources
    • Uninstall Monarch
  • Interface
  • Features
    • External integration
    • Multiplayer
    • Management (server)
    • HTTP customization
  • Architecture
  • Usage
    • Builders
    • Agents
    • Listeners
    • Stage
    • Sessions
    • Players (server)
    • Chat
  • Integration
    • Project configuration
    • Builder
      • Architecture
      • API
      • Build routine
      • Build service
    • C2 server
      • Registering implants
      • Talking to implants
    • Implant development
      • Registration
      • Tasks
      • The TCP handler
Powered by GitBook
On this page

Interface

Last updated 1 year ago

Monarch has two separate consoles - one for the client, and another for the server. The server console is compiled with additional commands, such as managing players and multiplayer mode.

Monarch has been designed with a simple, easy-to-install command line interface where operators can:

  • Install / uninstall builders

  • Compile new implants using installed builders

  • Stage implants as secondary payloads

  • Initiate and manage implant sessions

  • Interact with other players

In addition, an operator from the server console can:

  • Enable / disable multiplayer mode

  • Add and remove players

  • Give new players specific roles

Each command has an easy to understand help message. Just type [command] --help in the console. To see more about commands, go to the page.

Usage