Socket
Socket
Sign inDemoInstall

udp-flood

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

udp-flood

Flood a host with UDP packets in Node.js.


Version published
Weekly downloads
9
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 09 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc