@zachey/noisyjs
v1.2.0
Published
Random internet traffic noise generator.
Downloads
5
Readme
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
git clone https://github.com/zachey01/noisyJS.git
npm i
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"]
}