Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrclki/sockstress
- Owner: mrclki
- License: apache-2.0
- Created: 2016-05-06T17:21:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T18:52:16.000Z (over 8 years ago)
- Last Synced: 2024-05-18T20:42:45.494Z (7 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 17
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **10**星 - 2008-4609) DDoS implementation written in Go (<a id="d03d494700077f6a65092985c06bf8e8"></a>工具 / <a id="57b8e953d394bbed52df2a6976d98dfa"></a>Socks)
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.
```