Skip to content

Commit 396f20a

Browse files
author
Pete
committed
Update wp-auth.conf to include some commonly attacked WordPress URLs
1 parent 3709073 commit 396f20a

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)