https://github.com/0snap/dionaea-docker
Docker Image for Dionaea Honeypot
https://github.com/0snap/dionaea-docker
dionaea dionaea-docker dionaea-honeypot honeypot
Last synced: 27 days ago
JSON representation
Docker Image for Dionaea Honeypot
- Host: GitHub
- URL: https://github.com/0snap/dionaea-docker
- Owner: 0snap
- License: mit
- Created: 2018-10-15T09:41:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T08:03:00.000Z (over 6 years ago)
- Last Synced: 2025-02-06T12:15:50.278Z (3 months ago)
- Topics: dionaea, dionaea-docker, dionaea-honeypot, honeypot
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dionaea Docker
This wraps the [Dionaea honeypot](https://www.dinotools.de/project/dionaea/index.html) into a docker container.
- See the github repo: https://github.com/DinoTools/dionaea
- And the documentation: https://dionaea.readthedocs.io## License and Attribution
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](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](config) folder.
## Usage
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.