You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
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.