stress-testing-ddos
v0.1.0
Published
DDoS Services specially for testing purposes and with full permission, Rewriten DDos-Stress Code
Maintainers
Readme
DDoS Stress
DDoS Stress tool Testing
Getting Started
Install the module with:
$ npm install -g stress-testing-ddosExample:
var Stress = require('stress-testing-ddosg');
var stress = new Stress();
// Run stress on server
stress.run('http://192.168.3.44/',10);Distributed DOS (DDoS) Example:
Start DDoS Server
node server.jsEdit etc/config.js and set the DDoS server IP address and port:
config.server = 'localhost';
config.port = 5004;Run node.js on N+1 servers (to distribute the attack):
node node.jsOpen your browser and point it to the server (where server.js is started) IP and port:
http://localhost:3000/
Warning
Do not use this module ta attack servers and services you don't own! It is only for testing purposes and not for unauthorized actions.
Credits
This is a rewrite of ddos-stress package all copyright goes toward the Author
