update mailoney for py <= 3.11

- working commands and mail log
- hostname obfuscation
- update server string
This commit is contained in:
t3chn0m4g3
2024-12-03 19:26:18 +01:00
parent 13f97a6c76
commit 486c97335f
9 changed files with 22 additions and 44 deletions

View File

@ -26,10 +26,10 @@ RUN apt-get update -y && \
# Install log4pot from GitHub and setup
mkdir -p /opt /var/log/log4pot && \
cd /opt/ && \
#git clone https://github.com/thomaspatzke/Log4Pot && \
git clone https://github.com/t3chn0m4g3/Log4Pot && \
git clone https://github.com/thomaspatzke/Log4Pot && \
#git clone https://github.com/t3chn0m4g3/Log4Pot && \
cd Log4Pot && \
git checkout 31115d1ed0e78560672c597cb1e09d0f7ee5ab19 && \
git checkout 5002b1fe0f82359ef32dbc3a899e8a701dc3256e && \
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
# rm poetry.lock && \
poetry --no-cache install && \