mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-03 13:32:13 +00:00
tweaking
This commit is contained in:
parent
e1fe025dd7
commit
8d59602a75
2 changed files with 6 additions and 1 deletions
|
@ -20,7 +20,7 @@ RUN apk -U --no-cache add \
|
||||||
py-requests \
|
py-requests \
|
||||||
py-setuptools && \
|
py-setuptools && \
|
||||||
pip install --no-cache-dir -U pip && \
|
pip install --no-cache-dir -U pip && \
|
||||||
pip install --no-use-pep517 --no-cache-dir pyOpenSSL && \
|
pip install --no-cache-dir pyOpenSSL && \
|
||||||
|
|
||||||
# Setup ewsposter
|
# Setup ewsposter
|
||||||
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \
|
||||||
|
|
5
docker/ews/dist/ews.cfg
vendored
5
docker/ews/dist/ews.cfg
vendored
|
@ -126,3 +126,8 @@ logfile = /data/ciscoasa/log/ciscoasa.log
|
||||||
tanner = true
|
tanner = true
|
||||||
nodeid = tanner-community-01
|
nodeid = tanner-community-01
|
||||||
logfile = /data/tanner/log/tanner_report.json
|
logfile = /data/tanner/log/tanner_report.json
|
||||||
|
|
||||||
|
[GLUTTON]
|
||||||
|
glutton = true
|
||||||
|
nodeid = glutton-community-01
|
||||||
|
logfile = /data/glutton/log/glutton.log
|
||||||
|
|
Loading…
Reference in a new issue