ExampleBotnet icon indicating copy to clipboard operation
ExampleBotnet copied to clipboard

This is not a real botnet, this is suppose to show how botnets work, no virus, just simple python code.

A demo botnet, is not real.

How to run it?

  1. Open three different terminals

  2. In terminal 1 start the Command & Control server

  • python server.py
  1. In terminal 2 start the zombie computer (an infected computer)
  • python zombie.py
  1. In terminal 3 start the master computer (password = password) (there can only be one master)
  • python master.py