https://github.com/bitwise-01/examplebotnet
This is not a real botnet, this is suppose to show how botnets work, no virus, just simple python code.
https://github.com/bitwise-01/examplebotnet
Last synced: about 1 year ago
JSON representation
This is not a real botnet, this is suppose to show how botnets work, no virus, just simple python code.
- Host: GitHub
- URL: https://github.com/bitwise-01/examplebotnet
- Owner: Bitwise-01
- Created: 2017-08-13T19:09:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T19:34:56.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T22:26:35.992Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 16
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
3) In terminal 2 start the zombie computer
(**an infected computer**)
* python zombie.py
4) In terminal 3 start the master computer
(**password = password**)
(**there can only be one master**)
* python master.py