Ne0nd0g / merlin

Merlin is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in golang.
GNU General Public License v3.0
5.06k stars 801 forks source link

MerlinServer just showing JSON data but no actual GUI #146

Closed JitBox closed 11 months ago

JitBox commented 11 months ago

I have followed the instructions very step by step but when I try to run the MerlinServer, I get some JSON back of info showing its working, but I have no GUI interface like the Wizard hat and Merlin CLI. Has this been observed before? Not sure what I could be doing wrong. I have tried with several versions of Go.

image

Ne0nd0g commented 11 months ago

@JitBox the latest version of Merlin separates the server from the user interface. You will need to execute the Merlin command-line interface program to connect to the server. The CLI is pre-packaged with the server in the data/bin/ directory. Alternatively, you can build or download the CLI from here https://github.com/Ne0nd0g/merlin-cli.

Can you share with me which instructions you used so I can update them?

Ne0nd0g commented 11 months ago

@JitBox I wanted to follow up to see if you have any other questions before I close this issue?