rebase citrixhoneypot

This commit is contained in:
t3chn0m4g3 2020-01-16 10:29:58 +00:00
parent be3e998a92
commit a953542f8f

View file

@ -12,7 +12,8 @@ RUN apk -U add \
# #
# Install CitrixHoneypot from GitHub # 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 && \ # git clone --depth=1 https://github.com/vorband/CitrixHoneypot /opt/citrixhoneypot && \
git clone --depth=1 https://github.com/t3chn0m4g3/CitrixHoneypot /opt/citrixhoneypot && \
# #
# Setup user, groups and configs # Setup user, groups and configs
mkdir -p /opt/citrixhoneypot/logs /opt/citrixhoneypot/ssl && \ mkdir -p /opt/citrixhoneypot/logs /opt/citrixhoneypot/ssl && \