Skip to content

Commit 876f4a0

Browse files
author
Till Brehm
committed
Merge branch 'master' into 'master'
Update wp-auth.conf to include some commonly attacked WordPress URLs See merge request ispconfig/ispconfig3!868
2 parents e6d7649 + 396f20a commit 876f4a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/hardening/anti-bruteforce/wp-auth.conf

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
# This goes into /etc/fail2ban/filter.d/wp-auth.conf
33
#
44
[Definition]
5-
failregex = ^<HOST> .* "POST /wp-login.php
5+
failregex = ^<HOST> .* "POST /wp-login.php
6+
^<HOST> .* "POST /wordpress/wp-login.php
7+
^<HOST> .* "POST /wp/wp-login.php
8+
^<HOST> .* "GET /login_page.php
9+
#ignoreregex =
10+

0 commit comments

Comments
 (0)