some tests with dionaea

This commit is contained in:
t3chn0m4g3
2021-09-24 16:10:14 +00:00
parent 44749fe9e7
commit e23c57e58d
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
#
# Include dist
@ -6,9 +6,6 @@ ADD dist/ /root/dist/
#
# Install dependencies and packages
RUN apt-get update && \
apt-get install netselect-apt -y && \
netselect-apt && \
mv sources.list /etc/apt/ && \
apt-get update -y && \
apt-get dist-upgrade -y && \
apt-get install -y --no-install-recommends \
@ -97,7 +94,7 @@ RUN apt-get update && \
libnetfilter-queue1 \
libnl-3-200 \
libpcap0.8 \
libpython3.7 \
libpython3.6 \
libudns0 && \
#
apt-get autoremove --purge -y && \

View File

@ -31,7 +31,7 @@ services:
- "5060:5060/udp"
- "5061:5061"
- "27017:27017"
image: "ghcr.io/telekom-security/dionaea:2006"
image: "dtagdevsec/dionaea:2006"
read_only: true
volumes:
- /data/dionaea/roots/ftp:/opt/dionaea/var/dionaea/roots/ftp