mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
update, tweaking, add
add wordpot incl. json logging with activated plugins bump snare, tanner, phpox, tanner_redis to latest master and to alpine 3.19
This commit is contained in:
@ -5,41 +5,36 @@ COPY dist/ /root/dist/
|
||||
#
|
||||
# Setup apt
|
||||
RUN apk -U --no-cache add \
|
||||
build-base \
|
||||
git \
|
||||
libcap \
|
||||
libffi-dev \
|
||||
openssl-dev \
|
||||
linux-headers \
|
||||
py3-aiohttp \
|
||||
py3-geoip2 \
|
||||
py3-jinja2 \
|
||||
py3-jwt \
|
||||
py3-mako \
|
||||
py3-mysqlclient \
|
||||
py3-packaging \
|
||||
py3-pip \
|
||||
py3-redis \
|
||||
py3-pycodestyle \
|
||||
py3-setuptools \
|
||||
py3-tornado \
|
||||
py3-websocket-client \
|
||||
py3-wheel \
|
||||
py3-yaml \
|
||||
py3-yarl \
|
||||
python3 \
|
||||
python3-dev && \
|
||||
build-base \
|
||||
git \
|
||||
libcap \
|
||||
libffi-dev \
|
||||
openssl-dev \
|
||||
linux-headers \
|
||||
py3-aiohttp \
|
||||
py3-geoip2 \
|
||||
py3-jinja2 \
|
||||
py3-jwt \
|
||||
py3-mako \
|
||||
py3-mysqlclient \
|
||||
py3-packaging \
|
||||
py3-pip \
|
||||
py3-redis \
|
||||
py3-pycodestyle \
|
||||
py3-setuptools \
|
||||
py3-tornado \
|
||||
py3-websocket-client \
|
||||
py3-wheel \
|
||||
py3-yaml \
|
||||
py3-yarl \
|
||||
python3 \
|
||||
python3-dev && \
|
||||
#
|
||||
# Setup Tanner
|
||||
# git clone https://github.com/mushorg/tanner /opt/tanner && \
|
||||
git clone https://github.com/t3chn0m4g3/tanner /opt/tanner && \
|
||||
# git clone https://github.com/t3chn0m4g3/tanner /opt/tanner && \
|
||||
git clone https://github.com/mushorg/tanner /opt/tanner && \
|
||||
cd /opt/tanner/ && \
|
||||
# git fetch origin pull/364/head:test && \
|
||||
# git checkout test && \
|
||||
# git checkout 20dabcbccc50f8878525677b925a4c9abcaf9f54 && \
|
||||
# git checkout 2fdce2e2ad7e125012c7e6dcbfa02b50f73c128e && \
|
||||
# sed -i 's/aioredis/aioredis==1.3.1/g' requirements.txt && \
|
||||
# sed -i 's/^aiohttp$/aiohttp==3.7.4/g' requirements.txt && \
|
||||
git checkout 245d628f4023e5462c7035e760a6b5eed0a33fbe && \
|
||||
cp /root/dist/config.yaml /opt/tanner/tanner/data && \
|
||||
cp /root/dist/requirements.txt . && \
|
||||
pip3 install --no-cache-dir -r requirements.txt && \
|
||||
|
Reference in New Issue
Block a user