https://github.com/workofaditya/ddos-simulator
DDOS-Simulator is a script designed for server testing that performs simulated Distributed Denial of Service (DDOS) attacks with GUI.
https://github.com/workofaditya/ddos-simulator
attack ddos ddos-attacks ddos-tool educational load-testing server
Last synced: 6 months ago
JSON representation
DDOS-Simulator is a script designed for server testing that performs simulated Distributed Denial of Service (DDOS) attacks with GUI.
- Host: GitHub
- URL: https://github.com/workofaditya/ddos-simulator
- Owner: WorkofAditya
- License: mpl-2.0
- Created: 2024-11-26T04:16:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T16:51:32.000Z (about 1 year ago)
- Last Synced: 2025-05-12T06:26:09.201Z (8 months ago)
- Topics: attack, ddos, ddos-attacks, ddos-tool, educational, load-testing, server
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DDOS Simulator
**Warning: This script is only intended for educational use. It should only be used on servers that you own or have explicit permission to test. Misuse of this script may result in legal consequences. The author takes no responsibility for any harm caused by the use of this script.**
## Features:
- **GUI**: Simple Graphical User Interface
- **Target Host/IP**: Enter the target server's IP address or hostname.
- **Target Port**: Optionally specify the target port (default is 80 if left empty).
- **Threads**: Optionally specify the number of threads
## Requirements
- Python 3.x
- No external libraries are required; the script uses Python’s built-in libraries (`socket`, `threading`, `time`, `random`).
## Execution
1. Run this commands on your terminal
```bash
apt install python
apt install git
git clone https://github.com/Adityasinh-Sodha/DDOS-Simulator.gi
pip install cryptography
pip install pycryptodome
cd DDOS-Simulator/
python3 main.py
```
2. Add site url or ip address with port and Threads
## License
This project is licensed under Mozilla Public License Version 2.0
## Author
Developed by **Adityasinh**.