1.0.12 • Published 3 years ago

@anzerr/slowloris.tool v1.0.12

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Intro

GitHub Actions status | publish

Example of slowloris attack it should start with a few connections and try and ramp up until I can't connected anymore

Install

npm install --save git+https://github.com/anzerr/slowloris.tool.git
npm install --save @anzerr/slowloris.tool
git clone git+https://git@github.com/anzerr/slowloris.tool.git &&
cd slowloris.tool &&
npm link

Example

slowloris --host localhost:8080 --max 50000
slowloris --host https://localhost:8080
const Loris = require('slowloris.tool');
let l = new Loris('http://localhost:8080', 100000).attack();
return new Promise((resolve) => l.once('end', resolve)).then(() => {
	console.log('attack ended');
}).catch(console.log);
1.0.12

3 years ago

1.0.11

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.4

6 years ago