Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 529 Bytes

C&C Server

Commnad and control server programmed in Python3. This program is designed to manage the clients (zombies) of a botnet. It is still under development and was made for educational purposes.

Usage

  1. Start the Command & Control server
python3 c2server.py
  1. Start the botmaster shell
python3 c2cmd.py
  1. Start the zombie client
python3 client.py

By developing

  • New type of attacks as keylogger and screenshoots
  • Better way to identify the botmaster
  • Convert a bot to a botmaster