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

buttinsky initial load error #26

Closed ihpd closed 11 years ago

ihpd commented 11 years ago

Running buttinsky.py throws up the error given below:

Traceback (most recent call last): File "./buttinsky.py", line 26, in set_nick = "NICK %s\r\n" % net_settings["nick"] File "/usr/lib/python2.7/dist-packages/configobj.py", line 567, in getitem val = dict.getitem(self, key) KeyError: 'nick'

glaslos commented 11 years ago

Try the cli, out of the box usage is not supported yet