mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
tweaking
This commit is contained in:
parent
4e1340ab9e
commit
213c3c8566
2 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ RUN apt-get update -y && \
|
||||||
ttf-liberation && \
|
ttf-liberation && \
|
||||||
|
|
||||||
# Get and install dionaea
|
# 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 && \
|
cd /root/dionaea && \
|
||||||
autoreconf -vi && \
|
autoreconf -vi && \
|
||||||
./configure \
|
./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
|
# listen.interfaces=eth0,tap0
|
||||||
|
|
||||||
# Country
|
# Country
|
||||||
ssl.default.c=CN
|
ssl.default.c=AU
|
||||||
# Common Name/domain name
|
# Common Name/domain name
|
||||||
ssl.default.cn=
|
ssl.default.cn=Some-State
|
||||||
# Organization
|
# Organization
|
||||||
ssl.default.o=
|
ssl.default.o=Internet Widgits Pty Ltd
|
||||||
# Organizational Unit
|
# Organizational Unit
|
||||||
ssl.default.ou=
|
ssl.default.ou=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue