{"id":26128298,"url":"https://github.com/dinotools/dionaea-docker","last_synced_at":"2025-04-13T17:51:03.775Z","repository":{"id":66131625,"uuid":"65242499","full_name":"DinoTools/dionaea-docker","owner":"DinoTools","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-11T23:50:47.000Z","size":8,"stargazers_count":16,"open_issues_count":5,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T08:48:08.087Z","etag":null,"topics":["dionaea","docker","honeypot"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DinoTools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-08T21:59:59.000Z","updated_at":"2024-06-24T11:38:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"87047248-fd35-4c43-92a4-5c6c5207d2cd","html_url":"https://github.com/DinoTools/dionaea-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fdionaea-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fdionaea-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fdionaea-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DinoTools%2Fdionaea-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DinoTools","download_url":"https://codeload.github.com/DinoTools/dionaea-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248758167,"owners_count":21156957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dionaea","docker","honeypot"],"created_at":"2025-03-10T18:59:52.581Z","updated_at":"2025-04-13T17:51:03.767Z","avatar_url":"https://github.com/DinoTools.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is dionaea?\n\ndionaea is a low interaction honeypot.\nThe code from the [official dionaea repository](https://github.com/DinoTools/dionaea) is used to build the service during the image build process.\n\n# How to use this image.\n\n### Create a `Dockerfile` in your project\n\n```dockerfile\nFROM dionae:0.6\nCOPY conf/your-service.yaml /opt/dionaea/etc/dionaea/services-enabled/\nCOPY conf/your-ihandler.yaml /opt/dionaea/etc/dionaea/ihandlers-enabled/\n```\n\nThen, run the commands to build and run the Docker image:\n\n```console\ndocker build -t my-dionaea\ndocker run --rm -it -p 21:21 -p 42:42 -p 69:69/udp -p 80:80 -p 135:135 -p 443:443 -p 445:445 -p 1433:1433 -p 1723:1723 -p 1883:1883 -p 1900:1900/udp -p 3306:3306 -p 5060:5060 -p 5060:5060/udp -p 5061:5061 -p 11211:11211 my-dionaea\n```\n\n### Configuration\n\nIf you don't want to include a `Dockerfile` in your project, it is sufficient to do the following:\n\n```console\n$ docker run -it --rm -v \"$PWD/etc\":/opt/dionaea/etc/dionaea -p 21:21 -p 42:42 -p 69:69/udp -p 80:80 -p 135:135 -p 443:443 -p 445:445 -p 1433:1433 -p 1723:1723 -p 1883:1883 -p 1900:1900/udp -p 3306:3306 -p 5060:5060 -p 5060:5060/udp -p 5061:5061 -p 11211:11211 dinotools/dionaea\n```\n\n# User Feedback\n\n## Issues\n\nIf you have any problems with or questions about this image, please create an [GitHub issue](https://github.com/DinoTools/dionaea-docker/issues).\n\n## Contributing\n\nYou are invited to contribute new features, fixes or updates.\nWe recommend discussing your ideas through a [GitHub issue](https://github.com/DinoTools/dionaea-docker/issues), before you start.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinotools%2Fdionaea-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinotools%2Fdionaea-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinotools%2Fdionaea-docker/lists"}