# Python-SYN-Flood-Attack-Tool **Repository Path**: chensty/Python-SYN-Flood-Attack-Tool ## Basic Information - **Project Name**: Python-SYN-Flood-Attack-Tool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-05-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python2/3-SYN-Flood-Attack-Tool [![](https://img.shields.io/github/issues/EmreOvunc/Python-SYN-Flood-Attack-Tool)](https://github.com/EmreOvunc/Python-SYN-Flood-Attack-Tool/issues) [![](https://img.shields.io/github/stars/EmreOvunc/Python-SYN-Flood-Attack-Tool)](https://github.com/EmreOvunc/Python-SYN-Flood-Attack-Tool/stargazers) [![](https://img.shields.io/github/forks/EmreOvunc/Python-SYN-Flood-Attack-Tool)](https://github.com/EmreOvunc/Python-SYN-Flood-Attack-Tool/network/members) Python SYN Flood Attack Tool You can start SYN Flood attack with this tool. Simple and efficient. ## Dependencies ``` apt install python-scapy apt install python3-scapy ``` ## Installation ``` git clone https://github.com/EmreOvunc/Python-SYN-Flood-Attack-Tool.git cd Python-SYN-Flood-Attack-Tool ``` ## Usage ``` python3 py3_synflood_cmd.py -t 10.20.30.40 -p 8080 -c 5 python3 py3_SYN-Flood.py python SYN-Flood.py ``` ``` usage: py3_synflood_cmd.py [-h] [--target TARGET] [--port PORT] [--count COUNT] [--version] optional arguments: -h, --help show this help message and exit --target TARGET, -t TARGET target IP address --port PORT, -p PORT target port number --count COUNT, -c COUNT number of packets --version, -v show program's version number and exit Usage: python3 py3_synflood_cmd.py -t 10.20.30.40 -p 8080 -c 1 ``` ![alt tag](https://emreovunc.com/projects/python_synflood_attack_cmd.png) ![alt tag](https://emreovunc.com/projects/Syn_Flood_01.png) ![alt tag](https://emreovunc.com/projects/Syn_Flood_02.png)