All Projects → marcorosa → Cnc Botnet In Python

marcorosa / Cnc Botnet In Python

Licence: mit
C&C Botnet written in Python with fabric

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cnc Botnet In Python

Vue Fabric
基于canvas fabric.js库 创建的vue fabric组件,定制画板,图片组合绘制
Stars: ✭ 292 (+1522.22%)
Mutual labels:  fabric
Fabric Bolt
Fabric deployments via a web interface
Stars: ✭ 419 (+2227.78%)
Mutual labels:  fabric
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+3088.89%)
Mutual labels:  fabric
Fabric Sdk Py
Hyperledger Fabric Python SDK
Stars: ✭ 303 (+1583.33%)
Mutual labels:  fabric
Paradoxiarat
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 395 (+2094.44%)
Mutual labels:  botnet
Phosphor Fabric
A Fabric mod designed to dramatically improve the performance of Minecraft's lighting engine while fixing many bugs
Stars: ✭ 435 (+2316.67%)
Mutual labels:  fabric
Blacknet
Free advanced and modern Windows botnet with a nice and secure PHP panel.
Stars: ✭ 271 (+1405.56%)
Mutual labels:  botnet
Fabric Sdk Node
Hyperledger Fabric SDK for Node https://wiki.hyperledger.org/display/fabric
Stars: ✭ 676 (+3655.56%)
Mutual labels:  fabric
Fabric Net Server
HyperLedger/Fabric Net Server
Stars: ✭ 412 (+2188.89%)
Mutual labels:  fabric
Install k8s
一键安装kubernets(k8s)系统,采用RBAC模式运行(证书安全认证模式),既可以单台安装、也可以集群安装,并且完全是生产环境的安装标准。有疑问大家可以加我微信沟通:bsh888
Stars: ✭ 562 (+3022.22%)
Mutual labels:  fabric
Fabric Example Mod
Example Fabric mod
Stars: ✭ 311 (+1627.78%)
Mutual labels:  fabric
Loki
Remote Access Tool
Stars: ✭ 338 (+1777.78%)
Mutual labels:  botnet
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+2472.22%)
Mutual labels:  fabric
Angular Editor Fabric Js
Drag-and-drop editor based on Fabricjs for Angular.io
Stars: ✭ 295 (+1538.89%)
Mutual labels:  fabric
Uboat
HTTP Botnet Project
Stars: ✭ 573 (+3083.33%)
Mutual labels:  botnet
Wurst7
Minecraft Wurst Hacked Client v7
Stars: ✭ 282 (+1466.67%)
Mutual labels:  fabric
Gobot2
Second Version of The GoBot Botnet, But more advanced.
Stars: ✭ 431 (+2294.44%)
Mutual labels:  botnet
Brutus
A Python-powered exploitation framework and botnet.
Stars: ✭ 17 (-5.56%)
Mutual labels:  botnet
Lithium Fabric
A Fabric mod designed to improve the general performance of Minecraft without breaking things
Stars: ✭ 628 (+3388.89%)
Mutual labels:  fabric
Linux.mirai
Leaked Linux.Mirai Source Code for Research/IoC Development Purposes
Stars: ✭ 466 (+2488.89%)
Mutual labels:  botnet

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:

[email protected]:port password

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

[email protected] 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:

[email protected]

Usage

To start the application, simply download the repository

git clone https://github.com/marcorosa/CC-Botnet-in-Python
cd CC-Botnet-in-Python

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

python start.py

Example

=================================
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
>>> 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].