RSNara / spam-url

A node script to spam URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spam-url

Sends each object in a provided JSON array to the location specified by the URL. By default, the script reads from standard input. You can alternatively specify the file-path, if you like.

Installation

npm install -g spam-url

Usage

  Usage: spam-url [options]

  Options:

    -h, --help         output usage information
    -V, --version      output the version number
    -u --url <u>       request URL to spam
    -m --method <m>    HTTP method (default: POST)
    -i --interval <i>  request interval in ms (default: 1000)
    -f --file <f>      an array of JSON request bodies

About

A node script to spam URLs.


Languages

Language:JavaScript 100.0%