mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
change ports, add emu_scripts.yaml, tweaking
This commit is contained in:
parent
fbc11fa12c
commit
e211a19c37
3 changed files with 12 additions and 2 deletions
9
docker/dionaea/dist/etc/ihandlers/emu_scripts.yaml
vendored
Normal file
9
docker/dionaea/dist/etc/ihandlers/emu_scripts.yaml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
- name: emu_scripts
|
||||||
|
config:
|
||||||
|
# Maximum dumber of subdownloads
|
||||||
|
# max_subdownloads: 20
|
||||||
|
enabled_handlers:
|
||||||
|
- powershell
|
||||||
|
- vbscript
|
||||||
|
# Be very careful if you use the raw_url handler
|
||||||
|
#- raw_url
|
2
docker/dionaea/dist/etc/services/http.yaml
vendored
2
docker/dionaea/dist/etc/services/http.yaml
vendored
|
@ -2,7 +2,7 @@
|
||||||
config:
|
config:
|
||||||
root: "/opt/dionaea/var/dionaea/roots/www"
|
root: "/opt/dionaea/var/dionaea/roots/www"
|
||||||
ports:
|
ports:
|
||||||
- 8081
|
- 81
|
||||||
ssl_ports:
|
ssl_ports:
|
||||||
- 443
|
- 443
|
||||||
max_request_size: 32768 # maximum size in kbytes of the request (32MB)
|
max_request_size: 32768 # maximum size in kbytes of the request (32MB)
|
||||||
|
|
|
@ -7,6 +7,7 @@ services:
|
||||||
build: .
|
build: .
|
||||||
container_name: dionaea
|
container_name: dionaea
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
|
@ -14,7 +15,7 @@ services:
|
||||||
- "21:21"
|
- "21:21"
|
||||||
- "42:42"
|
- "42:42"
|
||||||
- "69:69/udp"
|
- "69:69/udp"
|
||||||
- "8081:8081"
|
- "81:81"
|
||||||
- "135:135"
|
- "135:135"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "445:445"
|
- "445:445"
|
||||||
|
|
Loading…
Reference in a new issue