Skip to content

Latest commit

 

History

History
executable file
·
23 lines (21 loc) · 492 Bytes

README.md

File metadata and controls

executable file
·
23 lines (21 loc) · 492 Bytes

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)