| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Destroyer-DoS is an educational script for simulating Distributed Denial of Service (DDoS) attacks. This tool uses Pythonβs async and multiprocessing capabilities to unleash high-impact network stress on specified IPs and ports. Ideal for testing network resilience in authorized environments. π
Clone the Repository:
git clone https://github.com/Destroyer-official/Destroyer-DoS.gitNavigate to the Directory:
cd Destroyer-DoSInstall Required Packages:
pip install -r requirements.txtTo execute the script, run:
python ddos.py -ip [Target_IP] -p [Target_Port] -pr [Processes] -t [Threads] -[Protocol]Examples:
python ddos.py -ip 192.168.0.1 -p 80 -pr 30 -t 20 -Tpython ddos.py -ip 192.168.0.1 -p 53 -pr 30 -t 20 -Upython ddos.py -ip 192.168.0.1 -pr 30 -t 20 -Ipython ddos.py -ip 192.168.0.1 -p 80 -pr 30 -t 20 -Hpython ddos.py -ip 192.168.0.1 -p 443 -pr 30 -t 20 -Spython ddos.py -ip 192.168.0.1 -p 80 -pr 30 -t 20 -Apython ddos.py -ip 192.168.0.1 -p 80-90 -pr 30 -t 20 -Tpython ddos.py -ip 192.168.0.1 -p 80,443,8080 -pr 30 -t 20 -Upython ddos.py -ip 192.168.0.1 -p 80 -pr 30 -t 20 -ps 1024 -T| Argument | Description |
|---|---|
| -ip | Target IP address. |
| -p | Target port (can be a single port, range, or multiple ports separated by commas). |
| -T | Use TCP protocol for the test. |
| -U | Use UDP protocol for the test. |
| -I | Use ICMP protocol (ping simulation). |
| -H | Use HTTP protocol. |
| -S | Use HTTPS protocol. |
| -A | Run all protocols concurrently. |
| -pr | Number of processes to run concurrently (default: 30). |
| -t | Number of threads per process (default: 40). |
| -ps | Packet size in bytes (default: maximum for selected protocol). |
Target Preparation:
Protocol-Specific Packet Sending:
Process and Thread Management:
Disclaimer: This script is intended for educational purposes only and should be used to test network robustness in authorized environments. Unauthorized use may have legal consequences. Always ensure proper authorization.
Contributions are welcome! If you have ideas for improvements, feel free to submit a pull request or create an issue.
This project is licensed under the MIT License. See the LICENSE file for more details.
Happy Testing! ππ
| Back | FazBrowse Home | New Git URL |