From d8b8e59f5b655abf4149b5d1129cc128883fe1e9 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Tue, 25 Sep 2018 01:55:35 +0300 Subject: [PATCH] iptables.rules: Add note about bruteforce rules --- other/iptables.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/iptables.rules b/other/iptables.rules index dbbcae4..58a96b3 100644 --- a/other/iptables.rules +++ b/other/iptables.rules @@ -129,8 +129,8 @@ ############################### # Block bruteforce attacks -# Works against dirbuster, nmap and similar tools. -# +# Works against agressive scanning techniques possibly used by dirbuster, nmap and similar tools. +# Please note that the following ruleset is tested only on a small server with low traffic. # # Default values are allowing max 10 connections from a client within 30 seconds # Please adjust these values for your server environment