myungjaeyu / dos

A Nodejs based DoS/DDoS script.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dos

A Nodejs based DoS/DDoS script.

Usage

$ npm install

$ npm start

API

dos(url: string, quantity: number, delay: number): void

dos('http://localhost:3000', 150, 500)

// 150 requests per 0.5 seconds

About

A Nodejs based DoS/DDoS script.


Languages

Language:JavaScript 100.0%