cleanup and prepare for docker image rebuilds

This commit is contained in:
t3chn0m4g3
2020-06-26 14:34:05 +00:00
parent 6a98496e8c
commit 0031980416
29 changed files with 102 additions and 2254 deletions

View File

@ -18,8 +18,8 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
py3-lxml \
py3-mysqlclient \
py3-requests \
py3-pip \
py3-setuptools && \
pip3 install --no-cache-dir -U pip && \
pip3 install --no-cache-dir configparser hpfeeds3 pyOpenSSL xmljson && \
#
# Setup ewsposter

View File

@ -1,9 +0,0 @@
[![](https://images.microbadger.com/badges/version/dtagdevsec/ewsposter:1903.svg)](https://microbadger.com/images/dtagdevsec/ewsposter:1903 "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/image/dtagdevsec/ewsposter:1903.svg)](https://microbadger.com/images/dtagdevsec/ewsposter:1903 "Get your own image badge on microbadger.com")
# ewsposter
[ewsposter](https://github.com/armedpot/ewsposter) is a python application that collects information from multiple honeypot sources and posts it to central collection services like the DTAG early warning system and hpfeeds.
This dockerized version is part of the **[T-Pot community honeypot](http://github.com/dtag-dev-sec/tpotce)** of Deutsche Telekom AG.
The `Dockerfile` contains the blueprint for the dockerized ewsposter and will be used to setup the docker image.