https://github.com/brian404/syn-flood
TCP SYN Flooding DDoS
https://github.com/brian404/syn-flood
ddos-attacks ddos-tool
Last synced: about 1 year ago
JSON representation
TCP SYN Flooding DDoS
- Host: GitHub
- URL: https://github.com/brian404/syn-flood
- Owner: brian404
- Created: 2023-07-27T22:23:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T19:01:17.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T01:17:29.899Z (about 1 year ago)
- Topics: ddos-attacks, ddos-tool
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYN-flood
TCP SYN Flooding DDoS
**SYN Flood DDoS Attack Tool **
This script demonstrates a SYN flood DDoS attack tool. It sends a massive number of TCP SYN packets to a target server, causing denial of service to legitimate users. The tool is for educational purposes only. Misuse or unauthorized use is strictly prohibited.
**Usage:**
1. Run the script with Python 3:
python3 syn_flood_ddos.py
- ``: Port number to send attack packets from.
- ``: Domain name or IP address of the target server.
- ``: Port number of the target service.
- ``: Number of threads for the attack.
**Example Usage:**
python3 syn_flood_ddos.py 12345 example.com 80 5
**Warning:**
For educational purposes only. Unauthorized and malicious use is illegal and unethical. Misuse can lead to severe legal consequences.