mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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:
|
||||
root: "/opt/dionaea/var/dionaea/roots/www"
|
||||
ports:
|
||||
- 8081
|
||||
- 81
|
||||
ssl_ports:
|
||||
- 443
|
||||
max_request_size: 32768 # maximum size in kbytes of the request (32MB)
|
||||
|
|
|
@ -7,6 +7,7 @@ services:
|
|||
build: .
|
||||
container_name: dionaea
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
ports:
|
||||
|
@ -14,7 +15,7 @@ services:
|
|||
- "21:21"
|
||||
- "42:42"
|
||||
- "69:69/udp"
|
||||
- "8081:8081"
|
||||
- "81:81"
|
||||
- "135:135"
|
||||
- "443:443"
|
||||
- "445:445"
|
||||
|
|
Loading…
Reference in a new issue