Skip to content

Instantly share code, notes, and snippets.

View rtulke's full-sized avatar

Robert Tulke rtulke

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

@rtulke
rtulke / VIM_deutsch.md
Created September 15, 2024 16:57
VIM Shortcuts Deutsch/German

VIM Quick Reference Card

VIM SCHNELL ÜBERSICHT

| --- | --- | | Grundlegende Bewegungen | | | h l k j | Zeichen links, rechts; Zeile hoch, runter | | b w | Wort links, rechts | | ge e | Wortende links, rechts | | { } | Anfang vorhergehender, n ächster Absatz |