mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -34,7 +34,7 @@ RUN apt-get update -y && \
|
||||
ttf-liberation && \
|
||||
|
||||
# Get and install dionaea
|
||||
git clone https://github.com/dinotools/dionaea /root/dionaea/ && \
|
||||
git clone --depth=1 https://github.com/dinotools/dionaea /root/dionaea/ && \
|
||||
cd /root/dionaea && \
|
||||
autoreconf -vi && \
|
||||
./configure \
|
||||
|
6
docker/dionaea/dist/etc/dionaea.cfg
vendored
6
docker/dionaea/dist/etc/dionaea.cfg
vendored
@ -8,11 +8,11 @@ listen.mode=getifaddrs
|
||||
# listen.interfaces=eth0,tap0
|
||||
|
||||
# Country
|
||||
ssl.default.c=CN
|
||||
ssl.default.c=AU
|
||||
# Common Name/domain name
|
||||
ssl.default.cn=
|
||||
ssl.default.cn=Some-State
|
||||
# Organization
|
||||
ssl.default.o=
|
||||
ssl.default.o=Internet Widgits Pty Ltd
|
||||
# Organizational Unit
|
||||
ssl.default.ou=
|
||||
|
||||
|
Reference in New Issue
Block a user