mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
update ewsposter
This commit is contained in:
@ -20,7 +20,7 @@ RUN apk -U --no-cache add \
|
||||
py-requests \
|
||||
py-setuptools && \
|
||||
pip install --no-cache-dir -U pip && \
|
||||
pip install --no-cache-dir pyOpenSSL && \
|
||||
pip install --no-cache-dir pyOpenSSL xmljson && \
|
||||
|
||||
# Setup ewsposter
|
||||
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
||||
|
4
docker/ews/dist/ews.cfg
vendored
4
docker/ews/dist/ews.cfg
vendored
@ -24,6 +24,10 @@ port = 0
|
||||
channels = 0
|
||||
ident = 0
|
||||
secret= 0
|
||||
# path/to/certificate for tls broker - or "false" for non-tls broker
|
||||
tlscert = false
|
||||
# hpfeeds submission format: "ews" (xml) or "json"
|
||||
hpfformat = json
|
||||
|
||||
[EWSJSON]
|
||||
json = false
|
||||
|
Reference in New Issue
Block a user