mrclki / sockstress

Sockstress (CVE-2008-4609) DDoS implementation written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sockstress

Sockstress (CVE-2008-4609) implementation using Go

Install

go get github.com/marcelki/sockstress

Usage

Usage: sockstress [options...] <ip-address>

Options:
  -p    The destination port to attack.
  -i    The network interface to use.
  -d    The delay between SYN packets
        You can choose your unit of time (e.g. 1ns, 0.001s)
  -h    Display this help.

About

Sockstress (CVE-2008-4609) DDoS implementation written in Go

License:Apache License 2.0


Languages

Language:Go 100.0%