Skip to content

A Python Program that implements a TCP SYN Flood Attack.

Notifications You must be signed in to change notification settings

Gill-Singh-A/SYN-Flood-Attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SYN Flood Attack

A Python Program that implements a TCP SYN Flood Attack.

Requirements

Languange Used = Python3
Modules/Packages used:

  • os
  • datetime
  • optparse
  • multiprocessing
  • colorama
  • scapy
  • time

Install the dependencies:

pip install -r requirements.txt

Input

  • '-t', "--target" : Target to perform SYN Flooding Attack on
  • '-p', "--port" : Target Port to flood
  • '-s', "--size" : Size of Data that we want to send(in Bytes) (Default=1024 Bytes)