Version Description
- Bugfix for
wordpress-hard.conf
.
Download this release
Release Info
Developer | invisnet |
Plugin | WP fail2ban |
Version | 3.5.3 |
Comparing to | |
See all releases |
Code changes from version 3.5.1 to 3.5.3
- filters.d/wordpress-hard.conf +3 -1
- readme.txt +8 -2
- wp-fail2ban.php +1 -1
filters.d/wordpress-hard.conf
CHANGED
@@ -9,10 +9,12 @@ before = common.conf
|
|
9 |
|
10 |
_daemon = (?:wordpress|wp)
|
11 |
|
12 |
-
failregex = ^%(__prefix_line)
|
|
|
13 |
^%(__prefix_line)sBlocked authentication attempt for .* from <HOST>$
|
14 |
^%(__prefix_line)sPingback error .* generated from <HOST>$
|
15 |
^%(__prefix_line)sSpam comment \d+ from <HOST>$
|
|
|
16 |
^%(__prefix_line)sXML-RPC multicall authentication failure from <HOST>$
|
17 |
|
18 |
ignoreregex =
|
9 |
|
10 |
_daemon = (?:wordpress|wp)
|
11 |
|
12 |
+
failregex = ^%(__prefix_line)sAuthentication attempt for unknown user .* from <HOST>$
|
13 |
+
^%(__prefix_line)sBlocked user enumeration attempt from <HOST>$
|
14 |
^%(__prefix_line)sBlocked authentication attempt for .* from <HOST>$
|
15 |
^%(__prefix_line)sPingback error .* generated from <HOST>$
|
16 |
^%(__prefix_line)sSpam comment \d+ from <HOST>$
|
17 |
+
^%(__prefix_line)sXML-RPC authentication attempt for unknown user .* from <HOST>$
|
18 |
^%(__prefix_line)sXML-RPC multicall authentication failure from <HOST>$
|
19 |
|
20 |
ignoreregex =
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Author URI: https://charles.lecklider.org/
|
|
4 |
Plugin URI: https://charles.lecklider.org/wordpress/wp-fail2ban/
|
5 |
Tags: fail2ban, login, security, syslog
|
6 |
Requires at least: 3.4.0
|
7 |
-
Tested up to: 4.
|
8 |
-
Stable tag: 3.5.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -193,6 +193,9 @@ By default, *WPf2b* uses LOG_AUTH for logging authentication success or failure.
|
|
193 |
|
194 |
== Changelog ==
|
195 |
|
|
|
|
|
|
|
196 |
= 3.5.1 =
|
197 |
* Bugfix for `WP_FAIL2BAN_BLOCK_USER_ENUMERATION`.
|
198 |
|
@@ -261,6 +264,9 @@ By default, *WPf2b* uses LOG_AUTH for logging authentication success or failure.
|
|
261 |
|
262 |
== Upgrade Notice ==
|
263 |
|
|
|
|
|
|
|
264 |
= 3.5.1 =
|
265 |
Bugfix: disable `WP_FAIL2BAN_BLOCK_USER_ENUMERATION` in admin area....
|
266 |
|
4 |
Plugin URI: https://charles.lecklider.org/wordpress/wp-fail2ban/
|
5 |
Tags: fail2ban, login, security, syslog
|
6 |
Requires at least: 3.4.0
|
7 |
+
Tested up to: 4.8.0
|
8 |
+
Stable tag: 3.5.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
193 |
|
194 |
== Changelog ==
|
195 |
|
196 |
+
= 3.5.3 =
|
197 |
+
* Bugfix for `wordpress-hard.conf`.
|
198 |
+
|
199 |
= 3.5.1 =
|
200 |
* Bugfix for `WP_FAIL2BAN_BLOCK_USER_ENUMERATION`.
|
201 |
|
264 |
|
265 |
== Upgrade Notice ==
|
266 |
|
267 |
+
= 3.5.3 =
|
268 |
+
You will need up update your `fail2ban` filters.
|
269 |
+
|
270 |
= 3.5.1 =
|
271 |
Bugfix: disable `WP_FAIL2BAN_BLOCK_USER_ENUMERATION` in admin area....
|
272 |
|
wp-fail2ban.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin URI: https://charles.lecklider.org/wordpress/wp-fail2ban/
|
5 |
* Description: Write all login attempts to syslog for integration with fail2ban.
|
6 |
* Text Domain: wp-fail2ban
|
7 |
-
* Version: 3.5.
|
8 |
* Author: Charles Lecklider
|
9 |
* Author URI: https://charles.lecklider.org/
|
10 |
* License: GPL2
|
4 |
* Plugin URI: https://charles.lecklider.org/wordpress/wp-fail2ban/
|
5 |
* Description: Write all login attempts to syslog for integration with fail2ban.
|
6 |
* Text Domain: wp-fail2ban
|
7 |
+
* Version: 3.5.3
|
8 |
* Author: Charles Lecklider
|
9 |
* Author URI: https://charles.lecklider.org/
|
10 |
* License: GPL2
|