Skip to content
This repository has been archived by the owner on Dec 9, 2017. It is now read-only.
/ slowloris-dos Public archive

A sloworis denial of service attack application written in node.js

License

Notifications You must be signed in to change notification settings

timseverien/slowloris-dos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slowloris-dos

This experimental node.js application is a experiment to see if node.js can be used for denial of service attacks. This specific implementation creates slowloris attack.

Installation

1. Install dependencies

Download and install node.js

2. Open the directory of this file in command line

In the command line interface, type:

cd /path/to/slowloris-dos/

3. Install project-specific dependencies

In the command line interface type:

npm install

4. Execute

node index.js [target] [socks address]
node index.js http://example.com localhost:9051

About

A sloworis denial of service attack application written in node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published