This wraps the Dionaea honeypot into a docker container.
- See the github repo: https://github.com/DinoTools/dionaea
- And the documentation: https://dionaea.readthedocs.io
The dionaea project is licensed via GPLv2. As I modified the config, services and ihandler files, all those resources are licensed under the GPLv2 license as well. I put a copy of the original license (https://github.com/DinoTools/dionaea/blob/master/LICENSE) in the config folder.
The MIT license you find in this repository applies to those files that are entirely written by me. That is everything except the config folder.
Without rebuilding the whole thing, you can easily mount a config folder to /opt/dionaea/etc/dionaea/
. It should contain the directories services-enabled
, ihandlers-enabled
and a dionaea.cfg
file.