mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +00:00
remove vnclowpot from 18.10 editions
This commit is contained in:
parent
0c86bd9a5a
commit
7591b349e0
4 changed files with 29 additions and 59 deletions
|
@ -15,7 +15,6 @@ networks:
|
||||||
medpot_local:
|
medpot_local:
|
||||||
rdpy_local:
|
rdpy_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
vnclowpot_local:
|
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
spiderfoot_local:
|
spiderfoot_local:
|
||||||
|
|
||||||
|
@ -215,7 +214,7 @@ services:
|
||||||
- "993:993"
|
- "993:993"
|
||||||
- "995:995"
|
- "995:995"
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
# - "5900:5900"
|
- "5900:5900"
|
||||||
image: "dtagdevsec/heralding:1804"
|
image: "dtagdevsec/heralding:1804"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -379,19 +378,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- tanner
|
- tanner
|
||||||
|
|
||||||
# Vnclowpot service
|
|
||||||
vnclowpot:
|
|
||||||
container_name: vnclowpot
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- vnclowpot_local
|
|
||||||
ports:
|
|
||||||
- "5900:5900"
|
|
||||||
image: "dtagdevsec/vnclowpot:1804"
|
|
||||||
read_only: true
|
|
||||||
volumes:
|
|
||||||
- /data/vnclowpot/log:/var/log/vnclowpot
|
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### NSM
|
#### NSM
|
||||||
|
|
|
@ -12,7 +12,6 @@ networks:
|
||||||
cyberchef_local:
|
cyberchef_local:
|
||||||
medpot_local:
|
medpot_local:
|
||||||
rdpy_local:
|
rdpy_local:
|
||||||
vnclowpot_local:
|
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
spiderfoot_local:
|
spiderfoot_local:
|
||||||
|
|
||||||
|
@ -158,6 +157,32 @@ services:
|
||||||
- /data/cowrie/log:/home/cowrie/cowrie/log
|
- /data/cowrie/log:/home/cowrie/cowrie/log
|
||||||
- /data/cowrie/log/tty:/home/cowrie/cowrie/log/tty
|
- /data/cowrie/log/tty:/home/cowrie/cowrie/log/tty
|
||||||
|
|
||||||
|
# Heralding service
|
||||||
|
heralding:
|
||||||
|
container_name: heralding
|
||||||
|
restart: always
|
||||||
|
tmpfs:
|
||||||
|
- /tmp/heralding:uid=2000,gid=2000
|
||||||
|
networks:
|
||||||
|
- heralding_local
|
||||||
|
ports:
|
||||||
|
# - "21:21"
|
||||||
|
# - "22:22"
|
||||||
|
# - "23:23"
|
||||||
|
# - "25:25"
|
||||||
|
# - "80:80"
|
||||||
|
# - "110:110"
|
||||||
|
# - "143:143"
|
||||||
|
# - "443:443"
|
||||||
|
# - "993:993"
|
||||||
|
# - "995:995"
|
||||||
|
# - "5432:5432"
|
||||||
|
- "5900:5900"
|
||||||
|
image: "dtagdevsec/heralding:1804"
|
||||||
|
read_only: true
|
||||||
|
volumes:
|
||||||
|
- /data/heralding/log:/var/log/heralding
|
||||||
|
|
||||||
# Honeytrap service
|
# Honeytrap service
|
||||||
honeytrap:
|
honeytrap:
|
||||||
container_name: honeytrap
|
container_name: honeytrap
|
||||||
|
@ -208,19 +233,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /data/rdpy/log:/var/log/rdpy
|
- /data/rdpy/log:/var/log/rdpy
|
||||||
|
|
||||||
# Vnclowpot service
|
|
||||||
vnclowpot:
|
|
||||||
container_name: vnclowpot
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- vnclowpot_local
|
|
||||||
ports:
|
|
||||||
- "5900:5900"
|
|
||||||
image: "dtagdevsec/vnclowpot:1804"
|
|
||||||
read_only: true
|
|
||||||
volumes:
|
|
||||||
- /data/vnclowpot/log:/var/log/vnclowpot
|
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### NSM
|
#### NSM
|
||||||
|
|
|
@ -14,7 +14,6 @@ networks:
|
||||||
medpot_local:
|
medpot_local:
|
||||||
rdpy_local:
|
rdpy_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
vnclowpot_local:
|
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
spiderfoot_local:
|
spiderfoot_local:
|
||||||
|
|
||||||
|
@ -214,7 +213,7 @@ services:
|
||||||
- "993:993"
|
- "993:993"
|
||||||
- "995:995"
|
- "995:995"
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
# - "5900:5900"
|
- "5900:5900"
|
||||||
image: "dtagdevsec/heralding:1804"
|
image: "dtagdevsec/heralding:1804"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -377,19 +376,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- tanner
|
- tanner
|
||||||
|
|
||||||
# Vnclowpot service
|
|
||||||
vnclowpot:
|
|
||||||
container_name: vnclowpot
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- vnclowpot_local
|
|
||||||
ports:
|
|
||||||
- "5900:5900"
|
|
||||||
image: "dtagdevsec/vnclowpot:1804"
|
|
||||||
read_only: true
|
|
||||||
volumes:
|
|
||||||
- /data/vnclowpot/log:/var/log/vnclowpot
|
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### NSM
|
#### NSM
|
||||||
|
|
|
@ -15,7 +15,6 @@ networks:
|
||||||
medpot_local:
|
medpot_local:
|
||||||
rdpy_local:
|
rdpy_local:
|
||||||
tanner_local:
|
tanner_local:
|
||||||
vnclowpot_local:
|
|
||||||
ewsposter_local:
|
ewsposter_local:
|
||||||
spiderfoot_local:
|
spiderfoot_local:
|
||||||
|
|
||||||
|
@ -215,7 +214,7 @@ services:
|
||||||
- "993:993"
|
- "993:993"
|
||||||
- "995:995"
|
- "995:995"
|
||||||
- "5432:5432"
|
- "5432:5432"
|
||||||
# - "5900:5900"
|
- "5900:5900"
|
||||||
image: "dtagdevsec/heralding:1804"
|
image: "dtagdevsec/heralding:1804"
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -378,19 +377,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- tanner
|
- tanner
|
||||||
|
|
||||||
# Vnclowpot service
|
|
||||||
vnclowpot:
|
|
||||||
container_name: vnclowpot
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- vnclowpot_local
|
|
||||||
ports:
|
|
||||||
- "5900:5900"
|
|
||||||
image: "dtagdevsec/vnclowpot:1804"
|
|
||||||
read_only: true
|
|
||||||
volumes:
|
|
||||||
- /data/vnclowpot/log:/var/log/vnclowpot
|
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
#### NSM
|
#### NSM
|
||||||
|
|
Loading…
Reference in a new issue