mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 17:17:28 -04:00
Update Cowrie to latest master, fix typo
This commit is contained in:
@ -43,9 +43,9 @@ RUN apk --no-cache -U upgrade && \
|
||||
cd /home/cowrie && \
|
||||
git clone https://github.com/cowrie/cowrie && \
|
||||
cd cowrie && \
|
||||
git checkout 49c7c4aac87603e0d2449501c300841a1f59fd0f && \
|
||||
git checkout 7b18207485dbfc218082e82c615d948924429973 && \
|
||||
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 --no-cache-dir -r requirements.txt && \
|
||||
#
|
||||
|
2
docker/cowrie/dist/cowrie.cfg
vendored
2
docker/cowrie/dist/cowrie.cfg
vendored
@ -16,7 +16,7 @@ backend = shell
|
||||
timezone = UTC
|
||||
auth_class = AuthRandom
|
||||
auth_class_parameters = 2, 5, 10
|
||||
data_path = /tmp/cowrie/data
|
||||
data_path = src/cowrie/data
|
||||
|
||||
[shell]
|
||||
filesystem = src/cowrie/data/fs.pickle
|
||||
|
Reference in New Issue
Block a user