Skip to content

justinhachemeister/simple-ddos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’€ SimpleDDoS

Twitter David Top lang Vulnerabilities

Description

SimpleDDoS is a tiny Denial Of Service module with multi-threading support for pentesting local hosted servers.

Don't run it on WSL! It has some network limitations and may break your device! Better test it on VM or real OS

Installation

yarn add simple-ddos

Usage

const ddos = require('simple-ddos')

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

About

πŸ’€ Multi-threaded DDoS script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published