Powerful DDoS Toolkit Built In Bash With Multiple Methods
FAST-DDoS is a powerful high-speed network testing utility built in Bash, designed for use in security research, penetration testing labs, and educational environments. It generates traffic patterns that replicate common DDoS and DoS attack behaviors, making it useful for analyzing network response, resilience, and logging systems under stress.
This tool lists out different variety of ports to enable users to explore a variety of traffic flood types across multiple network layers. It includes support for:
- Layer 3/4 tests, such as TCP SYN, UDP, and ICMP floods, to simulate basic network-level congestion.
- Layer 7 stress simulations, using HTTP and HTTPS requests to examine how web servers handle abnormal traffic volumes.
- Service-specific targeting, including port-optimized attacks for services like DNS, PSN, Xbox Live, and Minecraft.
- Custom vector options, allowing users to select or combine different methods and payload patterns.
- Amplification scenarios, for studying the effects of improperly configured services that can reflect and magnify traffic.
- Powerful
- Simple
- Methods for Layer 4, 7, 3, AMP
- Bypass (Cloudflare, OVH, NFO, Minecraft, etc...)
This DDoS Tool prioritizes simplicity and portability. It runs in most Linux environments without requiring dependencies other than hping3 and nmap, the attack modules can be adjusted or extended for deeper protocol experimentation.
This Repository Has Been Licensed With AGPL 3.0! That means I'm not responsible for Any Damages or Being Held For Liability! Also If you modify my script and publish it to your repository then you have to give out the credits too
If you find this tool useful, consider starring the repo to support!
-
High Throughput
Designed to send large volumes of traffic efficiently with minimal system overhead. -
Multi-Vector Capabilities
Supports operations across Layer 3 (ICMP), Layer 4 (UDP/TCP), and Layer 7 (HTTP/HTTPS). -
Modular Structure
Easy to extend with new scripts or update existing ones without rewriting core components. -
Cross-Platform Compatibility
Works seamlessly across Linux, macOS, and Windows environments. -
Concurrent Execution
Utilizes multi-threading or multiprocessing to run parallel traffic streams with control over concurrency. -
Custom Payload Support
Allows payload customization for certain protocols, enabling flexibility in testing or simulation. -
Configurable Options
Users can define parameters like duration, delay, packet size, and power for tailored behavior. -
Real-Time Output Logging
Provides live stats for sent packets, active threads, and target response (if applicable). -
Lightweight CLI Interface
Simple command-line interface with intuitive flags and output format. -
Automatic Dependency Handling
Automatically checks and installs required Python libraries at first setup. -
Minimal Dependencies Only requires nmap and hping3, keeping setup lightweight.
-
AMP (Amplification)
Minecraft Servers
PSN Multiplayer Game / Game Traffic Servers
PSN Party/Voice-Chat
DNS -
Layer 7 (HTTPS/HTTP)
PSN Login/Website/Store
Web Domains -
Layer 4 (UDP/TCP)
XBOX Live (UDP)
UDP-Based DNS (UDP)
Minecraft Servers (UDP)
PSN Multiplayer Game / Game Traffic Servers (UDP)
PSN Party/Voice-Chat (UDP)
PC Hostname Resource/CPU Attacks (TCP)
Server / Other Type Of Hostname (UDP / TCP) -
Layer 3 (ICMP)
Server / Other Type Of Hostname
PC Hostname Network Attack
Install Dependencies:
sudo apt install nmap
sudo apt install hping3
Clone and Run:
git clone https://github.com/rickroll747/FAST-DDoS
cd FAST-DDoS
chmod +x FAST-DDoS.sh
sudo ./FAST-DDoS.sh