Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CnC-Botnet-in-Python — C&C Botnet written in Python with fabric | Kitploit
Tools/GitHubGitHub/marcorosa/cnc-botnet-in-python
Lateral MovementPost-ExploitationPenetration TestingCommand and ControlRed TeamingRemote Access ToolPayload Development
GitHubmarcorosa/cnc-botnet-in-python

CnC-Botnet-in-Python

C&C Botnet written in Python with fabric

View Repository
34114 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CnC-Botnet-in-Python

C&C Botnet written in Python

Description

Simple botnet written in Python using fabric.

The author is not responsible for the use of this code.

Hosts

It is possible to load hosts from a file hosts.txt included in the main directory of the project. The default format for this file is:

root@kitploit:~
username@host:port password

If the port number is not declared, port 22 is used:

root@kitploit:~
username@host password

SSH connection is the default authentication way, so if the host knows the public key of the user, it is not necessary to indicate the password:

root@kitploit:~
username@host

Usage

To start the application, simply download the repository

root@kitploit:~
git clone https://github.com/marcorosa/CnC-Botnet-in-Python
cd CnC-Botnet-in-Python

Install the dependencies

root@kitploit:~
pip install -r requirements.txt

Create the hosts.txt file (optional, see above), and run the start script

root@kitploit:~
python start.py

Example

root@kitploit:~
=================================
MENU
=================================
[0] Load host from external file
[1] Add a new host
[2] Print selected hosts
[3] Check active hosts
[4] Select only active hosts
[5] Select bots
[6] Execute command locally
[7] Execute command on bots
[8] Run external script
[9] Open shell in a host
[10] Exit
>>> 
Download Tool