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.03k stars 798 forks source link

Feature Request: Merlin Server Daemon Mode #18

Open lianggepu opened 6 years ago

lianggepu commented 6 years ago

sometimes we need run server with deamon mode,not attach it always.

Ne0nd0g commented 6 years ago

The server is intended to be something that is used interactively by a user, which precludes using it as a daemon. Would you mind sharing with me your use case?

For a work around, you could consider back grounding the process or using a screen/tmux session. Would either of those work?

I'll look into adding daemon support for Merlin Server.

ahhh commented 6 years ago

I've run it for very long periods of time (sometimes by accident), stably in a tmux session. The server is pretty robust, but you could also run the server in a while loop as a cheap workaround.