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

@ -45,8 +45,9 @@ RUN apk --no-cache -U add \
mkdir -p /opt \
/var/log/honeypots && \
cd /opt/ && \
git clone https://github.com/t3chn0m4g3/honeypots && \
git clone https://github.com/qeeqbox/honeypots && \
cd honeypots && \
git checkout 238c6732d28b36ab88f2008361bafc8aef054755 && \
pip3 install --break-system-packages --no-cache-dir . && \
setcap cap_net_bind_service=+ep $(readlink -f $(type -P python3)) && \
#