Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brian404/syn-flood
TCP SYN Flooding DDoS
https://github.com/brian404/syn-flood
ddos-attacks ddos-tool
Last synced: 3 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-06T19:01:17.000Z (4 months ago)
- Last Synced: 2024-09-06T22:25:12.751Z (4 months ago)
- Topics: ddos-attacks, ddos-tool
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- 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.