mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
include docker repos
... skip emobility since it is a dev repo
This commit is contained in:
10
docker/dionaea/dist/etc/services/mysql.yaml
vendored
Normal file
10
docker/dionaea/dist/etc/services/mysql.yaml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
- name: mysql
|
||||
config:
|
||||
databases:
|
||||
information_schema:
|
||||
path: ":memory:"
|
||||
# example how to extend this
|
||||
# just provide a databasename and path to the database
|
||||
# the database can be altered by attackers, so ... better use a copy
|
||||
# psn:
|
||||
# path: "/path/to/cc_info.sqlite"
|
Reference in New Issue
Block a user