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

||Investigate XMPP protocol support #44

Open glaslos opened 11 years ago

glaslos commented 11 years ago

Provide XMPP as communication transport layer

ihpd commented 11 years ago

SleekXMPP or Twisted/Wokkel , what would be your preference for XMPP library ?

pjlantz commented 11 years ago

SleekXMPP is a good library with good documentation which I used in Hale. (https://github.com/pjlantz/Hale/blob/master/src/xmpp/producerBot.py)

Wokkel I dont know, but its built on top of Twisted which we do not like :)

pjlantz commented 11 years ago

It's cleaner if we do not mix the event loops. Here is a Gevent fork of SleekXMPP https://github.com/lawnsea/SleekXMPP-gevent

glaslos commented 11 years ago

That looks like a good choice