Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Leeon123/Python3-Botnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python3-Botnet

Use Python3 to build a botnet (include bot and c&c)

Build up a easy P2P botnet with python3.

Youtube Video: https://youtu.be/3_JnAXVtFNs (outdated)

I will upload xor version and new tut video as fast as i can :)

C&C Features

TCP Keep-Alive Connection

Simple C&C

Bot Features

Three attack mode

-Http-flood -TCP Connection FLood -UDP Flood

Keep-Alive connection

Requirement

Only need python3 :)

Usage:

Edit the cnc server ip and port into the bot.py at first.

Then, edit the password of cnc.py and run the cnc.py:

python3 cnc.py <port> 

At Last, run the bot.py in any python3 environment(IDE, codeanywhere,etc.) then the Bot is online.