Honeycomb is an open-source honeypot framework created by Cymmetria.
Honeycomb allows running honeypots with various integrations from a public library of plugins at https://github.com/Cymmetria/honeycomb_plugins
Writing new honeypot services and integrations for honeycomb is super easy! See the plugins repo for more info.
Full CLI documentation can be found at http://honeycomb.cymmetria.com/en/latest/cli.html
Using pip:
$ pip install honeycomb-framework $ honeycomb --help
Using Docker:
$ docker run -v honeycomb.yml:/usr/share/honeycomb/honeycomb.yml cymmetria/honeycomb