include docker repos

... skip emobility since it is a dev repo
This commit is contained in:
Marco Ochse
2017-10-13 18:58:14 +00:00
parent f1ada16414
commit 0d5d80b1e3
152 changed files with 22265 additions and 0 deletions

View File

@ -0,0 +1 @@
- name: cmdshell

View File

@ -0,0 +1 @@
- name: emuprofile

View File

@ -0,0 +1,10 @@
# ftp client section
- name: ftp
config:
# host for active ftp via NAT
# * 0.0.0.0 - the initiating connection ip is used for active ftp
# * not 0.0.0.0 - gets resolved as hostname and used
active_host: "0.0.0.0"
# ports for active ftp; string indicating a range
active_ports: 63001-64000

View File

@ -0,0 +1,7 @@
- name: log_json
config:
# Uncomment next line to flatten object lists to work with ELK
flat_data: true
handlers:
#- http://127.0.0.1:8080/
- file:///opt/dionaea/var/log/dionaea.json

View File

@ -0,0 +1,3 @@
- name: log_sqlite
config:
file: /opt/dionaea/var/log/dionaea.sqlite

View File

@ -0,0 +1 @@
- name: store

View File

@ -0,0 +1 @@
- name: tftp_download