mushorg / glutton

Generic Low Interaction Honeypot
MIT License
244 stars 56 forks source link

Proxy and logging feature for Telnet #114

Closed cstayyab closed 6 years ago

cstayyab commented 6 years ago

I want to add a telnet proxy feature just like SSH Proxy so that it can communicate with a remote Telnet machine or honeypot and return connection to the attacker. Can you give a starting point?

glaslos commented 6 years ago

proxy_tcp should work for you

cstayyab commented 6 years ago

But I also want to log the connection... But proxy_tcp is not logging....

glaslos commented 6 years ago

Should be fairly straight forward to add. Just have a look at the other protocol handlers.

cstayyab commented 6 years ago

Thanks for the tip. I have successfully coded that and I have tested it. It is working perfectly with logging features. Should I initiate a pull request so you can add it to the repository?

glaslos commented 6 years ago

Sure, send it in!

cstayyab commented 6 years ago

Please accept the pull request #115

Thanks