jpacora / noisyJS

Random internet traffic noise generator. πŸ‘€

Home Page:https://www.npmjs.com/package/@zachey/noisyjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"]
}

About

Random internet traffic noise generator. πŸ‘€

https://www.npmjs.com/package/@zachey/noisyjs


Languages

Language:JavaScript 100.0%