degenerat3 / meteor

A cross-platform C2/teamserver supporting multiple transport protocols, written in Go.
GNU General Public License v3.0
44 stars 14 forks source link

Logging #2

Open degenerat3 opened 5 years ago

degenerat3 commented 5 years ago

Currently backend stuff just goes to standard error/out. Each app/module should have logging built in and write those logs to somewhere in the container. The container will have a mapped drive, so the format on the docker host would have a log directory (Ex: /var/log/metor/) and each module would write to a directory inside meteor.

degenerat3 commented 5 years ago

There should be another container that runs filebeat. That way logfiles can get shipped off to our elastic stack.