/noisyJS

Random internet traffic noise generator. 👀

Primary LanguageJavaScript

noisyJS

Simple random internet traffic generator.

Installation

npm install @zachey/noisyjs -g

or

  1. git clone https://github.com/zachey01/noisyJS.git
  2. npm i
  3. npx noisyjs

Usage

npx @zachey/noisyjs - run with default config.

npx @zachey/noisyjs --config yourcfg.json - run with other config.

Example config

{
  "root_urls": ["your urls"],
  "blacklisted_urls": ["your blacklist"],
  "user_agents": ["your user agents"]
}