Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gill-singh-a/syn-flood-attack

A Python Program that implements a TCP SYN Flood Attack.
https://github.com/gill-singh-a/syn-flood-attack

attack network network-attack network-protocols networking python scapy syn syn-flood syn-flood-attack tcp

Last synced: 4 days ago
JSON representation

A Python Program that implements a TCP SYN Flood Attack.

Awesome Lists containing this project

README

        

# 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:
```bash
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)