From a631e69b2d39e359e312d6586131be9dce33e419 Mon Sep 17 00:00:00 2001 From: SubINaclS Date: Wed, 3 Jun 2026 19:37:04 +0000 Subject: [PATCH] Update techniques/slowloris/howto_slowloris_attacks.md --- techniques/slowloris/howto_slowloris_attacks.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/techniques/slowloris/howto_slowloris_attacks.md b/techniques/slowloris/howto_slowloris_attacks.md index 74fb331..2903d4e 100644 --- a/techniques/slowloris/howto_slowloris_attacks.md +++ b/techniques/slowloris/howto_slowloris_attacks.md @@ -94,6 +94,4 @@ For full randomization, delegate to a small FastCGI or WSGI slow-tarpit script t Derived from the primary dissertation Section 4.4 and the `slowloris-resource-exhaustion.md` technique paper. Randomization and canary strategy mirrors the decompression-bomb and malformed-content approaches for consistency across all active-denial layers. ---- - *Companion to `known-aggressive-bot-user-agents.md`, `howto-decompression-bombs.md`, `howto-malformed-content-attacks.md`, and the primary dissertation. Legal review required before production deployment.*