From be3e998a9276d3a9ec89826c8b550d346b1e64c4 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 15 Jan 2020 13:59:11 +0000 Subject: [PATCH] prepare citrixhoneypot for JSON logging --- docker/citrixhoneypot/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/citrixhoneypot/Dockerfile b/docker/citrixhoneypot/Dockerfile index 273faf57..5226ffea 100644 --- a/docker/citrixhoneypot/Dockerfile +++ b/docker/citrixhoneypot/Dockerfile @@ -7,9 +7,12 @@ RUN apk -U add \ openssl \ python3 \ python3-dev && \ +# + pip3 install --no-cache-dir python-json-logger && \ # # Install CitrixHoneypot from GitHub - git clone --depth=1 https://github.com/malwaretech/citrixhoneypot /opt/citrixhoneypot && \ +# git clone --depth=1 https://github.com/malwaretech/citrixhoneypot /opt/citrixhoneypot && \ + git clone --depth=1 https://github.com/vorband/CitrixHoneypot /opt/citrixhoneypot && \ # # Setup user, groups and configs mkdir -p /opt/citrixhoneypot/logs /opt/citrixhoneypot/ssl && \