mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
bump cowrie to latest master
This commit is contained in:
parent
42a4dcc63f
commit
21a16a6c1c
2 changed files with 3 additions and 1 deletions
|
@ -42,7 +42,7 @@ RUN apk --no-cache -U add \
|
||||||
cd /home/cowrie && \
|
cd /home/cowrie && \
|
||||||
git clone https://github.com/cowrie/cowrie && \
|
git clone https://github.com/cowrie/cowrie && \
|
||||||
cd cowrie && \
|
cd cowrie && \
|
||||||
git checkout 347b61fb081d68ae6e15e3d6d0da65c82985014a && \
|
git checkout 49c7c4aac87603e0d2449501c300841a1f59fd0f && \
|
||||||
mkdir -p log && \
|
mkdir -p log && \
|
||||||
cp /root/dist/requirements.txt . && \
|
cp /root/dist/requirements.txt . && \
|
||||||
pip3 install --break-system-packages --upgrade pip && \
|
pip3 install --break-system-packages --upgrade pip && \
|
||||||
|
|
2
docker/cowrie/dist/cowrie.cfg
vendored
2
docker/cowrie/dist/cowrie.cfg
vendored
|
@ -1,6 +1,7 @@
|
||||||
[honeypot]
|
[honeypot]
|
||||||
hostname = ubuntu
|
hostname = ubuntu
|
||||||
log_path = log
|
log_path = log
|
||||||
|
logtype = plain
|
||||||
download_path = dl
|
download_path = dl
|
||||||
share_path= share/cowrie
|
share_path= share/cowrie
|
||||||
state_path = /tmp/cowrie/data
|
state_path = /tmp/cowrie/data
|
||||||
|
@ -50,6 +51,7 @@ forward_redirect = false
|
||||||
forward_tunnel = false
|
forward_tunnel = false
|
||||||
auth_none_enabled = false
|
auth_none_enabled = false
|
||||||
auth_keyboard_interactive_enabled = true
|
auth_keyboard_interactive_enabled = true
|
||||||
|
auth_publickey_allow_any = true
|
||||||
|
|
||||||
[telnet]
|
[telnet]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue