0.0.6 • Published 10 years ago

udp-flood v0.0.6

Weekly downloads
12
License
MIT
Repository
github
Last release
10 years ago

udp-flood

Flood a host with UDP packets in Node.js.

Installation

$ npm install udp-flood

How to use

It's simple to use.

Usage: udp-flood.js [options]

Options:

  -h, --help               Output usage information.
  -h, --host <host>        Host Name/IP.
  -p, --port <port>        If not defined, program will use random ports.
  -w, --workers <workers>  Number of workers to fork in the cluster, default is CPU count.
  -d, --delay <delay>      Delay in ms between packet sending (per worker). Defaults to 0.
  -s, --silent <silent>    Silences printing the sent packet count on each cluster.

Examples

Start UDP flood for 127.0.0.1 with 10 workers:

node flood.js -h 127.0.0.1 -w 10

Start UDP flood for 127.0.0.1 port 80:

node flood.js -h 127.0.0.1 -p 80
0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago