Thursday 28 April 2011

A simple botnet written in Python

If you want to see all detail of this howto, please go to the Source.

Botnet DiagramHow it worksIt's not very complicated! I was already familiar with some of the rudiments of the IRC protocol from hacking on a simple IRC bot library. The parts that I needed to figure out were:
ability to track when workers came on/off-line so they could be sent jobs
easily pass data from operator -> workers

No comments:

Post a Comment