mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
bump ewsposter to latest master, update packages
This commit is contained in:
parent
1122d3728e
commit
b8e3df97dc
3 changed files with 24 additions and 3 deletions
|
@ -28,8 +28,8 @@ RUN apk -U --no-cache add \
|
|||
# Setup ewsposter
|
||||
git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
|
||||
cd /opt/ewsposter && \
|
||||
# git checkout 11ab4c8a0a1b63d4bca8c52c07f2eab520d0b257 && \
|
||||
git checkout 17c08f3ae500d838c1528c9700e4430d5f6ad214 && \
|
||||
# git checkout 17c08f3ae500d838c1528c9700e4430d5f6ad214 && \
|
||||
git checkout e625aeca432d2df51ef8697363816dfaf4d39886 && \
|
||||
mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \
|
||||
#
|
||||
# Setup user and groups
|
||||
|
|
20
docker/ewsposter/dist/ews.cfg
vendored
20
docker/ewsposter/dist/ews.cfg
vendored
|
@ -162,3 +162,23 @@ logfile = /data/honeypy/log/json.log
|
|||
citrix = true
|
||||
nodeid = citrix-community-01
|
||||
logfile = /data/citrixhoneypot/logs/server.log
|
||||
|
||||
[REDISHONEYPOT]
|
||||
redishoneypot = true
|
||||
nodeid = redishoneypot-community-01
|
||||
logfile = /data/redishoneypot/log/redishoneypot.log
|
||||
|
||||
[ENDLESSH]
|
||||
endlessh = true
|
||||
nodeid = endlessh-community-01
|
||||
logfile = /data/endlessh/log/endlessh.log
|
||||
|
||||
[SENTRYPEER]
|
||||
sentrypeer = true
|
||||
nodeid = sentrypeer-community-01
|
||||
logfile = /data/sentrypeer/log/sentrypeer.json
|
||||
|
||||
[LOG4POT]
|
||||
log4pot = true
|
||||
nodeid = log4pot-community-01
|
||||
logfile = /data/log4pot/log/log4pot.log
|
||||
|
|
|
@ -13,7 +13,8 @@ console-setup-linux
|
|||
cracklib-runtime
|
||||
curl
|
||||
debconf-utils
|
||||
dialog dnsutils
|
||||
dialog
|
||||
dnsutils
|
||||
docker.io
|
||||
docker-compose
|
||||
ethtool
|
||||
|
|
Loading…
Reference in a new issue