Skip to content

Welcome to Python DDOS V1.0! ๐ŸŽ‰ This is your ultimate IP stresser and IP booter made by https://elitestresser.club/ is packed with power as a DDOS tool for testing your own servers. Whether youโ€™re unleashing a UDP DDOS tool, a TCP DDOS tool, or hitting web servers with HTTP floods

Notifications You must be signed in to change notification settings

elitekitz/EliteToolKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Python DDOS V1.0 - IP Stresser & IP Booter Tool ๐Ÿš€

Made by https://elitestresser.club ๐ŸŒŸ

Welcome to Python DDOS V1.0! ๐ŸŽ‰ This is your ultimate IP stresser and IP booter, packed with power as a DDOS tool for testing your own servers. Whether youโ€™re unleashing a UDP DDOS tool, a TCP DDOS tool, or hitting web servers with HTTP floods, this Python-built gem has you covered! ๐Ÿ› ๏ธ

โš ๏ธ Disclaimer: For educational and authorized testing only! Use this on servers you own or have permission to test. Unauthorized attacks are illegal! ๐Ÿšจ

โœจ Features

๐Ÿ”ง Multiple Protocols:

UDP Flood ๐ŸŒŠ (UDP DDOS Tool):

  • UDP Plain: Fixed payloads for steady streams. ๐Ÿ“ฆ
  • UDP Random: Random payloads for chaotic fun. ๐ŸŽฒ

TCP Flood โšก (TCP DDOS Tool):

  • TCP SYN Flood: SYN packets to overwhelm targets (Single or Multi-threaded). ๐ŸŽฏ
  • TCP Data Flood: Data blasts after connecting (Single or Multi-threaded). ๐Ÿ’พ

HTTP Flood ๐ŸŒ (IP Stresser):

  • GET request barrage for web server stress testing. ๐Ÿ“ก

๐ŸŽจ Customizable Options:

  • Target IP & port (1-65535) for pinpoint IP booter action. ๐ŸŽฏ
  • Flood duration in secondsโ€”go as long as you want! โฑ๏ธ
  • Packet size (1-65500 bytes) for UDP & TCP Data floods. ๐Ÿ“
  • TCP styles: Single socket or 10-thread multi-threaded chaos! ๐Ÿงต

๐Ÿ–ฅ๏ธ User-Friendly Interface:

  • Colorful output with Colorama. ๐ŸŒˆ
  • Input validation to keep you on track. โœ…
  • Packet/request counts after every flood. ๐Ÿ“Š
  • ๐Ÿท๏ธ Window Title: Sets your console to "Python DDOS V1.0 By elitestresser.club". ๐Ÿ˜Ž

๐Ÿ› ๏ธ Installation

๐Ÿ“‹ Prerequisites

  • Python 3.x: Grab it from python.org if you donโ€™t have it! ๐Ÿ
  • A terminal (Command Prompt, PowerShell, or Linux Terminal). ๐Ÿ’ป

๐Ÿš€ Steps

Clone the Repo:

git clone https://github.com/yourusername/python-ddos-v1.0.git
cd python-ddos-v1.0

Replace yourusername with your GitHub username after uploading! ๐Ÿ˜‰

Install Dependencies: Run this to get the goodies:

pip install colorama requests
  • colorama: For that rainbow vibe. ๐ŸŒˆ
  • requests: For HTTP flood magic. ๐ŸŒ

Launch It: Fire it up with:

python ddos_tool.py

Rename ddos_tool.py to whatever you save the script as! ๐Ÿ“œ

๐ŸŽฎ Usage

Start the Tool:

Run it, and watch the title switch to "Python DDOS V1.0 By elitestresser.club"! Youโ€™ll see:

Made by elitestresser.club ๐ŸŒŸ
=== Network Flood Tool ===
Protocols:
1. UDP
2. TCP
3. HTTP
Select protocol (1-3):

Pick Your Poison:

  • 1 for UDP ๐ŸŒŠ, 2 for TCP โšก, 3 for HTTP ๐ŸŒ.

Set Up the Flood:

UDP:

  • Method: 1 (Plain) or 2 (Random).
  • Enter IP, port, duration, packet size.

TCP:

  • Method: 1 (SYN Flood) or 2 (Data Flood).
  • Enter IP, port, duration.
  • Style: 1 (Single) or 2 (Multi-threaded).
  • Data Flood needs packet size too!

HTTP:

  • Enter URL and duration.

Example Runs:

UDP Random Flood:

Select protocol (1-3): 1
UDP Methods:
1. UDP Plain (Fixed payload)
2. UDP Random (Random payload)
Select method (1-2): 2
Enter server IP: 192.168.1.100
Enter port (1-65535): 12345
Enter flood duration in seconds: 10
Enter packet size in bytes (1-65500): 1024
[*] Starting UDP Random flood on 192.168.1.100:12345 with 1024-byte packets for 10 seconds...
[+] UDP Random flood complete! Sent 5432 packets.

TCP SYN Flood (Multi-threaded):

Select protocol (1-3): 2
TCP Methods:
1. TCP SYN Flood (Sends SYN packets)
2. TCP Data Flood (Sends data after connection)
Select method (1-2): 1
Enter server IP: 192.168.1.100
Enter port (1-65535): 80
Enter flood duration in seconds: 5
Execution Style:
1. Single (One socket)
2. Multi-threaded (10 threads)
Select style (1-2): 2
[*] Starting TCP SYN flood (Multi-threaded) on 192.168.1.100:80 for 5 seconds...
[+] TCP SYN flood (Multi-threaded) complete! Sent 12345 SYN packets.

HTTP Flood:

Select protocol (1-3): 3
Enter URL (e.g., http://example.com): http://192.168.1.100
Enter flood duration in seconds: 5
[*] Starting HTTP flood on http://192.168.1.100 for 5 seconds...
[+] HTTP flood complete! Sent 234 requests.

๐Ÿง  How It Works

  • UDP DDOS Tool ๐ŸŒŠ: Blasts UDP packets to swamp ports.
  • TCP DDOS Tool โšก: SYN floods clog connections; Data floods eat bandwidth.
  • IP Stresser ๐ŸŒ: HTTP floods hammer web servers with requests.
  • IP Booter ๐ŸŽฏ: Pinpoint IPs and ports for ultimate control.
  • Track your floodโ€™s impact with packet/request counts! ๐Ÿ“ˆ

๐Ÿ™Œ Credits

Made by https://elitestresser.club ๐ŸŒŸ

Crafted by the network testing wizards at elitestresser.club, your go-to for IP stresser and IP booter solutions. Check us out for more epic tools! ๐Ÿš€

๐Ÿ“œ License

For educational and legal testing only. No formal licenseโ€”use responsibly and respect the law! โš–๏ธ

๐Ÿ”‘ Keywords

๐ŸŒ IP Stresser | ๐ŸŽฏ IP Booter | ๐Ÿ’ฅ DDOS Tool | ๐ŸŒŠ UDP DDOS Tool | โšก TCP DDOS Tool

About

Welcome to Python DDOS V1.0! ๐ŸŽ‰ This is your ultimate IP stresser and IP booter made by https://elitestresser.club/ is packed with power as a DDOS tool for testing your own servers. Whether youโ€™re unleashing a UDP DDOS tool, a TCP DDOS tool, or hitting web servers with HTTP floods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages