Update Cowrie to latest master, fix typo

This commit is contained in:
Marco Ochse
2025-01-21 12:25:21 +01:00
committed by GitHub
parent 8162ce2571
commit bd055f0037
2 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ RUN apk --no-cache -U upgrade && \
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 49c7c4aac87603e0d2449501c300841a1f59fd0f && \ git checkout 7b18207485dbfc218082e82c615d948924429973 && \
mkdir -p log && \ mkdir -p log && \
cp /root/dist/requirements.txt . && \ # cp /root/dist/requirements.txt . && \
pip3 install --break-system-packages --upgrade --no-cache-dir pip && \ pip3 install --break-system-packages --upgrade --no-cache-dir pip && \
pip3 install --break-system-packages --no-cache-dir -r requirements.txt && \ pip3 install --break-system-packages --no-cache-dir -r requirements.txt && \
# #

View File

@ -16,7 +16,7 @@ backend = shell
timezone = UTC timezone = UTC
auth_class = AuthRandom auth_class = AuthRandom
auth_class_parameters = 2, 5, 10 auth_class_parameters = 2, 5, 10
data_path = /tmp/cowrie/data data_path = src/cowrie/data
[shell] [shell]
filesystem = src/cowrie/data/fs.pickle filesystem = src/cowrie/data/fs.pickle