mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
bump log4pot to latest master
This commit is contained in:
parent
518c56def9
commit
3b65fb039b
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ RUN apt-get update -y && \
|
|||
cd /opt/ && \
|
||||
git clone https://github.com/thomaspatzke/Log4Pot && \
|
||||
cd Log4Pot && \
|
||||
git checkout b163858649801974e9b86cea397f5eb137c7c01b && \
|
||||
# git checkout 4e9bac32605e4d2dd4bbc6df56365988b4815c4a && \
|
||||
# git checkout b163858649801974e9b86cea397f5eb137c7c01b && \
|
||||
git checkout fac539f470217347e51127c635f16749a887c0ac && \
|
||||
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
|
||||
poetry install && \
|
||||
setcap cap_net_bind_service=+ep /usr/bin/python3.8 && \
|
||||
|
|
Loading…
Reference in a new issue