mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
bump ewsposter to 1.24.0
This commit is contained in:
parent
1a20de2f7f
commit
668a4d91a7
2 changed files with 4 additions and 7 deletions
|
@ -26,10 +26,7 @@ RUN apk -U --no-cache add \
|
|||
pip3 install --no-cache-dir configparser hpfeeds3 influxdb influxdb-client xmljson && \
|
||||
#
|
||||
# Setup ewsposter
|
||||
git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
|
||||
cd /opt/ewsposter && \
|
||||
# git checkout 17c08f3ae500d838c1528c9700e4430d5f6ad214 && \
|
||||
git checkout e625aeca432d2df51ef8697363816dfaf4d39886 && \
|
||||
git clone https://github.com/telekom-security/ewsposter -b v1.24.0 /opt/ewsposter && \
|
||||
mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \
|
||||
#
|
||||
# Setup user and groups
|
||||
|
@ -39,7 +36,6 @@ RUN apk -U --no-cache add \
|
|||
#
|
||||
# Supply configs
|
||||
mv /root/dist/ews.cfg /opt/ewsposter/ && \
|
||||
# mv /root/dist/*.pem /opt/ewsposter/ && \
|
||||
#
|
||||
# Clean up
|
||||
apk del build-base \
|
||||
|
|
5
docker/ewsposter/dist/ews.cfg
vendored
5
docker/ewsposter/dist/ews.cfg
vendored
|
@ -94,7 +94,7 @@ nodeid = mailoney-community-01
|
|||
logfile = /data/mailoney/log/commands.log
|
||||
|
||||
[RDPY]
|
||||
rdpy = true
|
||||
rdpy = false
|
||||
nodeid = rdpy-community-01
|
||||
logfile = /data/rdpy/log/rdpy.log
|
||||
|
||||
|
@ -124,7 +124,7 @@ nodeid = glutton-community-01
|
|||
logfile = /data/glutton/log/glutton.log
|
||||
|
||||
[HONEYSAP]
|
||||
honeysap = true
|
||||
honeysap = false
|
||||
nodeid = honeysap-community-01
|
||||
logfile = /data/honeysap/log/honeysap-external.log
|
||||
|
||||
|
@ -132,6 +132,7 @@ logfile = /data/honeysap/log/honeysap-external.log
|
|||
adbhoney = true
|
||||
nodeid = adbhoney-community-01
|
||||
logfile = /data/adbhoney/log/adbhoney.json
|
||||
malwaredir = /data/adbhoney/downloads
|
||||
|
||||
[FATT]
|
||||
fatt = false
|
||||
|
|
Loading…
Reference in a new issue