Simple random internet traffic generator.
npm install @zachey/noisyjs -g
or
git clone https://github.com/zachey01/noisyJS.git
npm i
npx noisyjs
npx @zachey/noisyjs
- run with default config.
npx @zachey/noisyjs --config yourcfg.json
- run with other config.
{
"root_urls": ["your urls"],
"blacklisted_urls": ["your blacklist"],
"user_agents": ["your user agents"]
}