From f9179e3e21fe3fbce87925fdd9dc7f78637315ce Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 13 Oct 2022 08:44:55 +0000 Subject: [PATCH] bump cowrie to 2.4.0 --- docker/cowrie/Dockerfile | 6 +++--- docker/cowrie/dist/cowrie.cfg | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docker/cowrie/Dockerfile b/docker/cowrie/Dockerfile index 0c150a0b..a6681c92 100644 --- a/docker/cowrie/Dockerfile +++ b/docker/cowrie/Dockerfile @@ -40,10 +40,10 @@ RUN apk --no-cache -U add \ # Install cowrie mkdir -p /home/cowrie && \ cd /home/cowrie && \ - #git clone --depth=1 https://github.com/cowrie/cowrie -b v2.3.0 && \ - git clone --depth=1 https://github.com/cowrie/cowrie && \ + git clone --depth=1 https://github.com/cowrie/cowrie -b v2.4.0 && \ + #git clone --depth=1 https://github.com/cowrie/cowrie && \ cd cowrie && \ - git checkout 8b1e1cf4db0d3b0e70b470cf40385bbbd3ed1733 && \ + #git checkout 8b1e1cf4db0d3b0e70b470cf40385bbbd3ed1733 && \ mkdir -p log && \ cp /root/dist/requirements.txt . && \ pip3 install --upgrade pip && \ diff --git a/docker/cowrie/dist/cowrie.cfg b/docker/cowrie/dist/cowrie.cfg index e805d6a2..70510dd1 100644 --- a/docker/cowrie/dist/cowrie.cfg +++ b/docker/cowrie/dist/cowrie.cfg @@ -13,10 +13,8 @@ interactive_timeout = 180 authentication_timeout = 120 backend = shell timezone = UTC -report_public_ip = true auth_class = AuthRandom auth_class_parameters = 2, 5, 10 -reported_ssh_port = 22 data_path = /tmp/cowrie/data [shell]