diff --git a/techniques/fail2ban/howto_rate_limit_fail2ban.md b/techniques/fail2ban/howto_rate_limit_fail2ban.md index 56639a1..06d8c57 100644 --- a/techniques/fail2ban/howto_rate_limit_fail2ban.md +++ b/techniques/fail2ban/howto_rate_limit_fail2ban.md @@ -56,7 +56,7 @@ failregex = ^ - .* "GET /tarpit/.*" 200 ## 4 -- Integration with Aggressive-Bot Map -Use the same `map` or `SetEnvIf` from the Anubis and decompression how-tos so rate limiting and Fail2Ban only apply to known violators. +Use the same `map` or `SetEnvIf` from the Anubis and decompression howto's so rate limiting and Fail2Ban only apply to known violators. ## 5 -- Testing