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.
2 parents e6d7649 + 396f20a commit 876f4a0Copy full SHA for 876f4a0
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