Skip to content

ojardila/slowhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlowHttp:

This script works like a Dos attack simulator creating a lot of connections with a server controlling the incoming data , reading it very slow For more information about this mechanism check it http://www.securitybydefault.com/2012/01/slow-read-nuevo-mecanismo-dos-de.html

Usage: python2.7 slowtest.py [OPTIONS]... Options: -h, --host Specify the destination host -t, --threads The threads for complete total connections -p, --port The port where is running the http server -r, --request Request for the http method -m, --method HTTP Method, PUT, GET, POST, OPTIONS

Example:

python2.7 slowtest.py -h 192.168.1.2  -t 200 

This execution will generate a attack using 200 threads 

About

This script works like a Dos attack simulator creating a lot of connections with a server controlling the incoming data , reading it very slow For more information about this mechanism check it http://www.securitybydefault.com/2012/01/slow-read-nuevo-mecanismo-dos-de.html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages