Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.