Skip to content

Instantly share code, notes, and snippets.

View serogers's full-sized avatar

Spencer Rogers serogers

  • Wrapbook
  • Seattle, WA
View GitHub Profile

Overview

This is an investigation into our susceptibility to Slow HTTP Attacks. These attacks take advantage of how typical web servers process requests and employ several strategies to achieve the same result. By keeping connections open longer than normal, they thereby prevent new connections from being opened and the server will either hang or return 503.

The question is less about whether we are vulnerable, but rather to what extent. Any server can be DoS’d, it’s just a matter of how easy it is to execute.

Articles