Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
-
Updated
Apr 13, 2022 - Go
Current implementation of proclist plugin uses win32_ps_list_procs() php function on Windows host.
Therefore, linux implementation is a simple system("ps -a"), which is OPSEC unsafe, an would probably trigger EDR alerts.
A better implementation should avoid relying on system command execution.
Add a description, image, and links to the c2 topic page so that developers can more easily learn about it.
To associate your repository with the c2 topic, visit your repo's landing page and select "manage topics."
Note: Please fill out all sections (if applicable) and do not delete the below section headers, otherwise the bot will close the issue.
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug
The 'remove stale agents' API does not work. Calling
(according to https://github.com/Empir