Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
foospidy edited this page Nov 27, 2015 · 19 revisions

Welcome to the HoneyPy wiki!

Plugins

  • Echo
  • Low interaction - tcp - Echos back data sent by a connected clients.
  • Echo_udp
  • Low interaction - udp - Echos back data sent by a connected clients.
  • HashCountRandom
  • Low interaction - tcp - For each instance of data sent by a connected client it increments a counter and returns a md5 hash of the count and some random data.
  • MOTD
  • Low interaction - tcp - For each instance of data sent by a connected client it returns the message specified in the data variable.
  • MOTD_udp
  • Low interaction - udp - For each instance of data sent by a connected client it returns the message specified in the data variable.

Loggers

Mentions Thanks to the ISC StormCast for mentioning HoneyPy, https://isc.sans.edu/podcastdetail.html?id=4755.

Clone this wiki locally