Giter Site home page Giter Site logo

syn-flooder's Introduction

SYN-Flooder

license version

Tool for performing syn-flood attacks on a target.

Disclaimer

This tool is designed for educational purposes only, i do not support the use for any illegal activities. Only use this on networks you own or have permission for.

Note

Since this script uses scapy, it needs to have root privileges, if you install it with pip, you need to install it with sudo.

Requirements

System

sudo apt update &&
sudo apt install python3-scapy ntp -y

Installation

PyPi

sudo pip install syn-flooder
sudo syn-flooder

From source

pip install -r requirements.txt
sudo python3 syn_flooder.py

Usage

SYN-Flooder Attack Tool for stress testing

positional arguments:
  target                Target IP address

options:
  -h, --help            show this help message and exit
  -a PACKETS_TO_SEND, --amount PACKETS_TO_SEND
                        Amount of packets (default are infinity)
  -v, --verbose         Increases logging
  -s TIME_LIMIT, --seconds TIME_LIMIT
                        Time limit for attack (default is 60 seconds)
  -t THREADS, --threads THREADS
                        Threads (default is 1)
  -p D_PORT, --port D_PORT
                        Destination Port (default is 80)

Developer notes

publish

python3 setup.py sdist bdist_wheel
python3 -m twine upload --verbose dist/*

syn-flooder's People

Contributors

cavoq avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.