Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zachey01/noisyjs

👀 Random internet traffic noise generator.
https://github.com/zachey01/noisyjs

bot privacy traffic-generator traffic-simulation

Last synced: 6 days ago
JSON representation

👀 Random internet traffic noise generator.

Awesome Lists containing this project

README

        

# noisyJS

> Simple random internet traffic generator.

### Installation

```shell
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

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