mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +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 && \
|
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 \
|
||||||
|
|
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
|
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
|
||||||
|
|
Loading…
Reference in a new issue