1.2.0 • Published 9 months ago

@zachey/noisyjs v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

noisyJS

Simple random internet traffic generator.

https://github.com/zachey01/noisyJS/assets/63107653/3137b0bf-9242-435c-a306-f45447be15e2

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

9 months ago

1.1.0

10 months ago

1.0.0

10 months ago