mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-11 10:49:07 +00:00
bump log4pot to latest master
This commit is contained in:
parent
5da8431e3a
commit
38edadb3da
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ RUN apt-get update -y && \
|
|||
cd /opt/ && \
|
||||
git clone https://github.com/thomaspatzke/Log4Pot && \
|
||||
cd Log4Pot && \
|
||||
# git checkout b163858649801974e9b86cea397f5eb137c7c01b && \
|
||||
git checkout fac539f470217347e51127c635f16749a887c0ac && \
|
||||
# git checkout fac539f470217347e51127c635f16749a887c0ac && \
|
||||
git checkout e224c0f786efb68b4aab892e69857e379b75b0c6 && \
|
||||
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
|
||||
poetry install && \
|
||||
setcap cap_net_bind_service=+ep /usr/bin/python3.10 && \
|
||||
|
|
Loading…
Reference in a new issue