mushorg / glutton

Generic Low Interaction Honeypot
MIT License
246 stars 58 forks source link

Added full support for TELNET proxy #115

Closed cstayyab closed 6 years ago

cstayyab commented 6 years ago

Added a struct for telnet Proxy and added an instance of it in the Gutton struct. Also registered it as a handler in glutton.go Added an example for the rule of telnet_proxy in examples folder. In protocol .go the telnet handler is called same as other handlers are called.