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 e375fa1 + 199c0d8 commit e0805b6Copy full SHA for e0805b6
docs/hardening/anti-bruteforce/wp-auth.conf
@@ -1,10 +1,26 @@
1
+# +++++++++++++++++++++++++++++++++++++++++++++++++++++
2
+# + NetworkSEC / NwSEC Layer 7 Brute Force Protection +
3
4
+#
5
+# v1.1 150619
6
7
+# BSD License
8
9
+# S/W: Fail2ban or NWS ThreatBlock™ ¹
10
11
+# Application: WordPress
12
13
+# Description: Looks for some login/exploit attempts
14
15
#
-# This goes into /etc/fail2ban/filter.d/wp-auth.conf
16
17
[Definition]
18
failregex = ^<HOST> .* "POST /wp-login.php
19
^<HOST> .* "POST /wordpress/wp-login.php
20
^<HOST> .* "POST /wp/wp-login.php
21
^<HOST> .* "GET /login_page.php
22
+ ^<HOST> .* "POST /xmlrpc.php
23
#ignoreregex =
-
24
25
+# ¹ j/k
26
0 commit comments