Skip to content

Quick Start

This guide gets you from zero to an active agent session.

Terminal window
./mugen-server --profile ops.yaotl

You should see:

[*] Teamserver listening on 0.0.0.0:40056
[*] Operators: alice
Terminal window
./mugen-client

Enter your teamserver host, port, and credentials. On successful connection the main UI opens.

  1. Go to View → Listeners (or the Listeners tab)
  2. Click Add
  3. Choose HTTP or HTTPS
  4. Set host, port, and URI
  5. Click Save
  1. Go to Attack → Payload
  2. Select Demon as agent type
  3. Choose your listener
  4. Select format: Windows Executable, Windows Shellcode, or Windows DLL
  5. Click Generate
  1. Go to Attack → Payload
  2. Select Tengu as agent type
  3. Choose your listener
  4. Click Generate - produces an ELF binary

Run the payload on the target. Once it checks in, the session appears in the session table with a ● live indicator.

Double-click the session to open an interactive console.

[Tengu] > id
uid=0(root) gid=0(root) groups=0(root)
[Tengu] > ls /home
alice bob
[Demon] > whoami
CORP\alice (Admin)