ExampleBotnet
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?
-
Open three different terminals
-
In terminal 1 start the Command & Control server
- python server.py
- In terminal 2 start the zombie computer (an infected computer)
- python zombie.py
- In terminal 3 start the master computer (password = password) (there can only be one master)
- python master.py