mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
bump cowrie to 2.4.0
This commit is contained in:
@ -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 && \
|
||||
|
Reference in New Issue
Block a user