From d294d121e633d5c9b643ce9f921c67db812a3147 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Fri, 28 Jun 2019 09:54:27 +0200 Subject: [PATCH] UPDATE blacklist-user-agents.conf include file [ci skip] --- bots.d/blacklist-user-agents.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bots.d/blacklist-user-agents.conf b/bots.d/blacklist-user-agents.conf index 94c7e22bd..8d2f63c99 100644 --- a/bots.d/blacklist-user-agents.conf +++ b/bots.d/blacklist-user-agents.conf @@ -58,3 +58,8 @@ # "~*(?:\b)someverybaduseragentname2(?:\b|)" 3; # "~*(?:\b)some\-very\-bad\-useragentname2(?:\b|)" 3; +# Here are some default things I block on my own server, these appear in various types of injection attacks +# You can disable them if you have problems or don't agree by switching thir value to 0 + + "~x22" 3; + "~*({|})" 3;