mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-27 02:34:43 +00:00
Compare commits
No commits in common. "134f2934e909039c8afca8ee02fc5fa31c5b04cd" and "6cda0fefe5b590e8da5a1f3b57b0edcced364c1c" have entirely different histories.
134f2934e9
...
6cda0fefe5
6 changed files with 5 additions and 6 deletions
|
|
@ -226,8 +226,8 @@ services:
|
||||||
- "22:22"
|
- "22:22"
|
||||||
- "23:23"
|
- "23:23"
|
||||||
- "25:25"
|
- "25:25"
|
||||||
- "53:53"
|
|
||||||
- "67:67/udp"
|
- "67:67/udp"
|
||||||
|
- "53:53/udp"
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "110:110"
|
- "110:110"
|
||||||
- "123:123"
|
- "123:123"
|
||||||
|
|
|
||||||
|
|
@ -572,7 +572,7 @@ services:
|
||||||
- "22:22"
|
- "22:22"
|
||||||
- "23:23"
|
- "23:23"
|
||||||
- "25:25"
|
- "25:25"
|
||||||
- "53:53"
|
- "53:53/udp"
|
||||||
- "67:67/udp"
|
- "67:67/udp"
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "110:110"
|
- "110:110"
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "22:22"
|
- "22:22"
|
||||||
- "23:23"
|
- "23:23"
|
||||||
image: "ghcr.io/telekom-security/cowrie:24.04.1"
|
image: "dtagdevsec/cowrie:24.04"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/tpotce/data/cowrie/downloads:/home/cowrie/cowrie/dl
|
- $HOME/tpotce/data/cowrie/downloads:/home/cowrie/cowrie/dl
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ RUN apt-get update -y && \
|
||||||
cd Log4Pot && \
|
cd Log4Pot && \
|
||||||
git checkout 5002b1fe0f82359ef32dbc3a899e8a701dc3256e && \
|
git checkout 5002b1fe0f82359ef32dbc3a899e8a701dc3256e && \
|
||||||
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
|
sed -i 's#"type": logtype,#"reason": logtype,#g' log4pot-server.py && \
|
||||||
rm poetry.lock && \
|
|
||||||
poetry --no-cache --without=dev install && \
|
poetry --no-cache --without=dev install && \
|
||||||
setcap cap_net_bind_service=+ep $(readlink -f $(which python3)) && \
|
setcap cap_net_bind_service=+ep $(readlink -f $(which python3)) && \
|
||||||
#
|
#
|
||||||
|
|
|
||||||
2
docker/suricata/dist/suricata.yaml
vendored
2
docker/suricata/dist/suricata.yaml
vendored
|
|
@ -1005,7 +1005,7 @@ app-layer:
|
||||||
detection-ports:
|
detection-ports:
|
||||||
dp: 53
|
dp: 53
|
||||||
udp:
|
udp:
|
||||||
enabled: no
|
enabled: yes
|
||||||
detection-ports:
|
detection-ports:
|
||||||
dp: 53
|
dp: 53
|
||||||
http:
|
http:
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ services:
|
||||||
- wordpot_local
|
- wordpot_local
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
image: "ghcr.io/telekom-security/wordpot:24.04.1"
|
image: "dtagdevsec/wordpot:24.04"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/tpotce/data/wordpot/log:/opt/wordpot/logs/
|
- $HOME/tpotce/data/wordpot/log:/opt/wordpot/logs/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue