Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrclki/sockstress

Sockstress (CVE-2008-4609) DDoS implementation written in Go
https://github.com/mrclki/sockstress

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# sockstress
Sockstress (CVE-2008-4609) implementation using Go

## Install
```
go get github.com/marcelki/sockstress
```

## Usage
```
Usage: sockstress [options...]

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.
```