talentlessguy / simple-ddos

[UNMAINTAINED AND UNPUBLISHED] πŸ’€ Multi-threaded DDoS script

Home Page:https://npm.im/simple-ddos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UNMAINTAINED AND UNPUBLISHED

simple-ddos

npm

 β–ˆβ–€β–€ β–ˆ β–ˆβ–€β–„β–€β–ˆ β–ˆβ–€β–ˆ β–ˆ   β–ˆβ–€β–€ β–ˆβ–€β–„ β–ˆβ–€β–„ β–ˆβ–€β–ˆ β–ˆβ–€β–€ 
 β–„β–„β–ˆ β–ˆ β–ˆ β–€ β–ˆ β–ˆβ–€β–€ β–ˆβ–„β–„ β–ˆβ–ˆβ–„ β–ˆβ–„β–€ β–ˆβ–„β–€ β–ˆβ–„β–ˆ β–„β–„β–ˆ

Description

SimpleDDoS is a tiny Denial Of Service module with multi-threading support using cluster.

Author of the module is not responsible for any illegal actions. This module was written for testing and educational purposes.

Known issues

  • Doesn't work on WSL with a high number of requests

Installation

pnpm i simple-ddos

Usage

CLI

simple-ddos <threads> <url> <request count> <interval>

Example

# Launches 10 threads of sending 100 requests every 1.5s
simple-ddos 10 http://localhost:3000 100 1500

API

ddos(threadsCount, host, requestCount, interval)

import { simpleDDoS } from 'simple-ddos'

// Launches 10 threads of sending 100 requests every 1.5s
simpleDDoS(10, 'http://localhost:3000', 100, 1500)

About

[UNMAINTAINED AND UNPUBLISHED] πŸ’€ Multi-threaded DDoS script

https://npm.im/simple-ddos


Languages

Language:JavaScript 95.4%Language:Shell 4.6%