mushorg / glutton

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

Configure Ports #26

Closed glaslos closed 7 years ago

glaslos commented 8 years ago

Add support for a config file to whitelist and blacklist ports to handle/listen on. It's going to be interesting if we can drop the connection in Glutton in a way that it looks like nothing is listening on that port. Purpose is if you want to only listen on certain ports to make Glutton less obvious.

glaslos commented 8 years ago

Config file should be used with https://github.com/spf13/viper

glaslos commented 7 years ago

I renamed the proxy config to ports.yml. Idea is to put all port configuration in one config file. This should allow to redirect ports (proxy mode), block ports (drop packages) or handle ports with a build in handler.

glaslos commented 7 years ago

The Freki config is covering this quite fine.