# HoneyPy Copyright (C) 2013-2017 foospidy
# services.default.profile
# Important: service names must not contain spaces.
# Important: use port redirecting for services that listen on ports below 1024 (see https://github.com/foospidy/ipt-kit).

[Echo]
plugin      = Echo
low_port    = tcp:7
port        = tcp:7
description = Echo back data received via tcp.
enabled     = Yes

[Echo.udp]
plugin      = Echo_udp
low_port    = udp:7
port        = udp:7
description = Echo back data received via udp.
enabled     = Yes

[MOTD]
plugin      = MOTD
low_port    = tcp:8
port        = tcp:8
description = Send a message via tcp and close connection.
enabled     = Yes

[MOTD.udp]
plugin      = MOTD_udp
low_port    = udp:8
port        = udp:8
description = Send a message via udp.
enabled     = Yes

[Telnet]
plugin      = TelnetUnix
low_port    = tcp:2323
port        = tcp:2323
description = Emulate Debian telnet login via tcp.
enabled     = Yes

[Telnet.Windows]
plugin      = TelnetWindows
low_port    = tcp:2324
port        = tcp:2324
description = Emulate Windows telnet login via tcp.
enabled     = Yes

[Random]
plugin      = Random
low_port    = tcp:2048
port        = tcp:2048
description = Send random data via tcp.
enabled     = Yes

[HashCountRandom]
plugin      = HashCountRandom
low_port    = tcp:4096
port        = tcp:4096
description = Send random data prefixed with a hash of a counter via tcp.
enabled     = Yes

[Elasticsearch]
plugin      = Elasticsearch
low_port    = tcp:9200
port        = tcp:9200
description = Send basic elasticsearch like replies
enabled     = Yes