We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3709073 commit 396f20aCopy full SHA for 396f20a
docs/hardening/anti-bruteforce/wp-auth.conf
@@ -2,4 +2,9 @@
2
# This goes into /etc/fail2ban/filter.d/wp-auth.conf
3
#
4
[Definition]
5
- failregex = ^<HOST> .* "POST /wp-login.php
+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