1.5.0 • Published 5 years ago

pizdos v1.5.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

pizdos

The stupid-simple library/utility for DoS.

Using

Library-way

Require pizdos and use attack method. It takes 2 arguments: url and options. For example:

const pizdos = require('pizdos')
pizdos.attack('https://google.com', { duration: 100000 })

options is an object with attack parameters. By default it looks like this:

{
    duration: 60000, // How long will the attack last (milliseconds).
    frequency: 100,  // How often will requests be sent (milliseconds between requests).
    log: console.log // Function for displaying information about the attack.
}

You can change any parameters by passing your object to the attack method.

Utility-way

  1. Install it using command npm i pizdos -g
  2. Start attack using command pizdos *url* *duration* *frequency*
  3. ???
  4. PROFIT

For example: pizdos https://google.com 100000

1.5.0

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago