Skip to content

This is a simple DDoS python botnet script with remote monitoring & management with backdoor built-in for education purposes.

Notifications You must be signed in to change notification settings

DABOSS2016YT/PyBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Botnet (UDP Flood)

A Python botnet script with a remote control system to clients with an included backdoor, a powerful script and easy to modify. Use at your own risk, I do not accept responsibility, only use on your own devices

For windows;

  • Port forward / test locally
  • find your IP address
  • put your Server's IP address into this cool box (it should be the one you just looked up)

image

  • run the client and it should appear when you type "list"

#for other systems

  • port forward / test locally
  • find your IP
  • replace this variable with your IP
    ip_adress = "put your own ip here, 127.0.0.1 for local"
  • check for connections using list

Changelogs

31/04/2024

  • added issues so report bugs there
  • added discussions so slap some suggestions there
  • destroyed my sleep schedule again so I'm going to sleep

30/03/2024

  • Added a simple builder tool for Windows*
  • Added a built-in obfuscator for Windows*
  • Made the builder GUI-based for ease of use*

28/03/2024

  • what the fuck did I code, I just looked over that and some of it didn't even work
  • Combined start.py and Client2.0.py client2.0 now automatically adds itself to startup and will duplicate itself into your documents folder, this allows it to automatically start itself whenever the target's computer restarts, it also opens hidden in the background so they'd only notice it if they were looking for it.
  • fixed the horrific spelling mistakes I now see after coming back to this page
  • scrapped the shitty start.py file, now it's running a single file

28/04/2023

  • Start.py adds the client to the startup
  • on startup client now runs in the background

NOTE

  • I'm not responsible for what you do with this
  • Don't say the devils made you do it
  • I got bored and wanted to add a little to this project cause it seems cool

How do I use this?

  • Check the wiki, it's at the top
  • Join my discord https://discord.gg/5SQkWBzJbN
  • Use Google and your common sense, if there is an error then google it
  • Submit a pull request
  • Message me on Discord, as I'm not too active here

--------------------- Commands ---------------------

list - lists all the commands

ping - pings all the clients

connect <client_id> - connect to a client

attack - UDP flood attack on a target

tasklist - list all running tasks

kill <task_id> - kill a task

killall - kills all the tasks

destroy - destroys all clients (until the victim restarts their PC)

help - shows commands

goofy ass videos and other such going over the script

https://youtu.be/O1mhzyi3PSA?si=FaAsVdJSQLSOw9R0

TO DO

  • add deobfuscation for other devices
  • attempt to find a better way the client can mask the server's IP address
  • find a bigger slice of pizza to put in a.slice.of.pizza.zip

About

This is a simple DDoS python botnet script with remote monitoring & management with backdoor built-in for education purposes.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%