Search This Blog

Powered by Blogger.

Blog Archive

Labels

Slowhttptest version 1.4 released : Pen Testing Tools

SlowHTTPTest is a highly configurable tool that simulates some Application Layer Denial of Service attacks.

It implements most common low-bandwidth Application Layer DoS attacks, such as slowloris, Slow HTTP POST, Slow Read attack (based on TCP persist timer exploit) by draining concurrent connections pool, as well as Apache Range Header attack by causing very significant memory and CPU usage on the server.

Slowloris and Slow HTTP POST DoS attacks rely on the fact that the HTTP protocol, by design, requires requests to be completely received by the server before they are processed. If an HTTP request is not complete, or if the transfer rate is very low, the server keeps its resources busy waiting for the rest of the data. If the server keeps too many resources busy, this creates a denial of service. This tool is sending partial HTTP requests, trying to get denial of service from target HTTP server.

Official changelog:
  • This build includes bug fixes.
  • A man page has been added.
  • This build also features 64K concurrent connections.

Download:
http://code.google.com/p/slowhttptest/downloads/list
Share it:

PenTesting Tools

Software Release