Skip to content

Commit 199c0d8

Browse files
author
Pete
committed
Replace wp-auth.conf
1 parent a6ce764 commit 199c0d8

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed
Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
#
115
#
2-
# This goes into /etc/fail2ban/filter.d/wp-auth.conf
316
#
417
[Definition]
518
failregex = ^<HOST> .* "POST /wp-login.php
619
^<HOST> .* "POST /wordpress/wp-login.php
720
^<HOST> .* "POST /wp/wp-login.php
821
^<HOST> .* "GET /login_page.php
22+
^<HOST> .* "POST /xmlrpc.php
923
#ignoreregex =
10-
24+
#
25+
# ¹ j/k
26+
#

0 commit comments

Comments
 (0)