bump ewsposter to 1.24.0

This commit is contained in:
t3chn0m4g3 2023-02-24 14:34:49 +00:00
parent 1a20de2f7f
commit 668a4d91a7
2 changed files with 4 additions and 7 deletions

View file

@ -26,10 +26,7 @@ RUN apk -U --no-cache add \
pip3 install --no-cache-dir configparser hpfeeds3 influxdb influxdb-client xmljson && \ pip3 install --no-cache-dir configparser hpfeeds3 influxdb influxdb-client xmljson && \
# #
# Setup ewsposter # Setup ewsposter
git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \ git clone https://github.com/telekom-security/ewsposter -b v1.24.0 /opt/ewsposter && \
cd /opt/ewsposter && \
# git checkout 17c08f3ae500d838c1528c9700e4430d5f6ad214 && \
git checkout e625aeca432d2df51ef8697363816dfaf4d39886 && \
mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \ mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \
# #
# Setup user and groups # Setup user and groups
@ -39,7 +36,6 @@ RUN apk -U --no-cache add \
# #
# Supply configs # Supply configs
mv /root/dist/ews.cfg /opt/ewsposter/ && \ mv /root/dist/ews.cfg /opt/ewsposter/ && \
# mv /root/dist/*.pem /opt/ewsposter/ && \
# #
# Clean up # Clean up
apk del build-base \ apk del build-base \

View file

@ -94,7 +94,7 @@ nodeid = mailoney-community-01
logfile = /data/mailoney/log/commands.log logfile = /data/mailoney/log/commands.log
[RDPY] [RDPY]
rdpy = true rdpy = false
nodeid = rdpy-community-01 nodeid = rdpy-community-01
logfile = /data/rdpy/log/rdpy.log logfile = /data/rdpy/log/rdpy.log
@ -124,7 +124,7 @@ nodeid = glutton-community-01
logfile = /data/glutton/log/glutton.log logfile = /data/glutton/log/glutton.log
[HONEYSAP] [HONEYSAP]
honeysap = true honeysap = false
nodeid = honeysap-community-01 nodeid = honeysap-community-01
logfile = /data/honeysap/log/honeysap-external.log logfile = /data/honeysap/log/honeysap-external.log
@ -132,6 +132,7 @@ logfile = /data/honeysap/log/honeysap-external.log
adbhoney = true adbhoney = true
nodeid = adbhoney-community-01 nodeid = adbhoney-community-01
logfile = /data/adbhoney/log/adbhoney.json logfile = /data/adbhoney/log/adbhoney.json
malwaredir = /data/adbhoney/downloads
[FATT] [FATT]
fatt = false fatt = false