mushorg / buttinsky

Botnet monitoring is a crucial part in threat analysis and often neglected due to the lack of proper open source tools. Our tool will provide an open source framework for automated botnet monitoring. The modular design will allow full customization of the used protocols, the monitoring clients behavior, how we log the collected information, processing of the data to analyze the botnets purpose, size and threat and how the monitoring task are distributed between dedicated nodes.
http://buttinsky.org
GNU General Public License v3.0
79 stars 27 forks source link

Exit if config file is not found on startup #39

Closed ihpd closed 11 years ago

glaslos commented 11 years ago

I'm not 100% satisfied with the location of "modules/sources/validate.py", I liked your first suggestion much more :)

ihpd commented 11 years ago

Well the first suggestion was just a static file.

This is working now and would like to know what would be an apt place for validate.py and I will modify it based on your inputs . How about utils ?

glaslos commented 11 years ago

IIRC you mentioned modules/util/ the last time which sounds like a good place.

glaslos commented 11 years ago

You know that you can add changes to your pull requests? This way we can keep the discussion in one place