diff --git a/bots.d/blacklist-user-agents.conf b/bots.d/blacklist-user-agents.conf index cbcce2e34..ac53ad74c 100644 --- a/bots.d/blacklist-user-agents.conf +++ b/bots.d/blacklist-user-agents.conf @@ -73,6 +73,7 @@ # MY BLACKLIST # ------------ -"~*(?:\b)x22(?:\b|)" 3; -"~*(?:\b){|}(?:\b|)" 3; -"~*(?:\b|)mb_ereg_replace(?:\b|)" 3; +"~*(?:\b)x22(?:\b|)" 3; +"~*(?:\b){|}(?:\b|)" 3; +"~*(?:\b|)mb_ereg_replace(?:\b|)" 3; +"~*(?:\b|)file_put_contents(?:\b|)" 3; \ No newline at end of file