Skip to main content

This package implement a DOS (Denial Of Service) tool in python (SYN Flood).

Project description

SynFlood

Description

This package implement a DOS (Denial Of Service) tool in python (SYN Flood).

Requirements

This package require :

  • python3
  • python3 Standard Library
  • Scapy

Installation

pip install SynFlood 

Examples

Command lines

SynFlood -h
SynFlood --dport 445 192.168.1.2
SynFlood --dport 80 --source 192.168.1.3 --sport 53545 --data "SYN FLOOD" 192.168.1.2

Python3

from SynFlood import launcher, synflood
synflood() # This function raise OSError some times
launcher() # This function except OSError and stop SYN flooding on KeyboardInterrupt Error

Link

Github Page

Licence

Licensed under the GPL, version 3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SynFlood-0.0.1.tar.gz (15.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page