A Python Program that implements a TCP SYN Flood Attack.
Languange Used = Python3
Modules/Packages used:
- os
- datetime
- optparse
- multiprocessing
- colorama
- scapy
- time
Install the dependencies:
pip install -r requirements.txt
- '-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)