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.*