mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-11 18:58:21 +00:00
snare tweaking, change ports
This commit is contained in:
parent
8473f1f3f8
commit
5ce77c6f60
5 changed files with 6 additions and 6 deletions
|
@ -98,7 +98,7 @@ services:
|
|||
networks:
|
||||
- tanner_local
|
||||
ports:
|
||||
- "80:8080"
|
||||
- "80:80"
|
||||
image: "dtagdevsec/snare:1804"
|
||||
depends_on:
|
||||
- tanner
|
||||
|
|
|
@ -32,4 +32,4 @@ RUN apk -U --no-cache add \
|
|||
rm -rf /var/cache/apk/*
|
||||
|
||||
# Start snare
|
||||
CMD snare --tanner tanner --debug true --no-dorks true --auto-update false --host-ip 0.0.0.0 --port 8080 --page-dir $(shuf -i 1-10 -n 1)
|
||||
CMD snare --tanner tanner --debug true --no-dorks true --auto-update false --host-ip 0.0.0.0 --port 80 --page-dir $(shuf -i 1-10 -n 1)
|
||||
|
|
|
@ -374,7 +374,7 @@ services:
|
|||
networks:
|
||||
- tanner_local
|
||||
ports:
|
||||
- "80:8080"
|
||||
- "80:80"
|
||||
image: "dtagdevsec/snare:1804"
|
||||
depends_on:
|
||||
- tanner
|
||||
|
|
|
@ -372,7 +372,7 @@ services:
|
|||
networks:
|
||||
- tanner_local
|
||||
ports:
|
||||
- "80:8080"
|
||||
- "80:80"
|
||||
image: "dtagdevsec/snare:1804"
|
||||
depends_on:
|
||||
- tanner
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# T-Pot (NG)
|
||||
# T-Pot (Standard)
|
||||
# Do not erase ports sections, these are used by /opt/tpot/bin/rules.sh to setup iptables ACCEPT rules for NFQ (honeytrap / glutton)
|
||||
version: '2.3'
|
||||
|
||||
|
@ -373,7 +373,7 @@ services:
|
|||
networks:
|
||||
- tanner_local
|
||||
ports:
|
||||
- "80:8080"
|
||||
- "80:80"
|
||||
image: "dtagdevsec/snare:1804"
|
||||
depends_on:
|
||||
- tanner
|
||||
|
|
Loading…
Reference in a new issue