Stop User Enumeration - Version 1.3.14

Version Description

  • fix double plugin header
Download this release

Release Info

Developer fullworks
Plugin Icon 128x128 Stop User Enumeration
Version 1.3.14
Comparing to
See all releases

Code changes from version 1.3.13 to 1.3.14

Files changed (2) hide show
  1. readme.txt +7 -4
  2. stop-user-enumeration.php +2 -2
readme.txt CHANGED
@@ -4,8 +4,8 @@ Tags: User Enumeration, Security, WPSCAN, fail2ban,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4EMTVFMKXRRYY
5
  Requires at least: 3.4
6
  Requires PHP: 5.3
7
- Tested up to: 4.8.3
8
- Stable tag: 1.3.13
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -43,7 +43,7 @@ is a security risk.
43
  = Will it work on Multisite? =
44
  Yes
45
  = Why don't I just block with .htaccess =
46
- A .htaccess solution is insufficient for sevaral reasons, but most published post on the subject do not cover POST blocking, REST API blocking and inadvertently block admin users access. And don't log the IP to a firewall, the major benefit!
47
  = Does it break anything? =
48
  If a comment is left by someone just giving a number that comment would be forbidden, as it is assume a hack attempt, but the plugin has a bit of code that strips out numbers from comment author names
49
  = Do I need fail2ban for this to work? =
@@ -55,11 +55,14 @@ An fail2ban config file, wordpress-userenum.conf is found in the plugin director
55
  = What needs to go in the fail2ban jail.local?=
56
  An example jail.local is found in plugin directory stop-user-enumeration/fail2ban
57
  = If I have Fullworks Firewall installed, is there anything I need to do? =
58
- No, the plugin automatically detects (Fullworks Firewall)[https://wordpress.org/plugins/fullworks-firewall/] the plugin and sends the suspect IPs directly
59
 
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.3.13 =
64
  * ability to link to shared host firewall ( fullworks-firewall )
65
 
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4EMTVFMKXRRYY
5
  Requires at least: 3.4
6
  Requires PHP: 5.3
7
+ Tested up to: 4.9
8
+ Stable tag: 1.3.14
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
43
  = Will it work on Multisite? =
44
  Yes
45
  = Why don't I just block with .htaccess =
46
+ A .htaccess solution is insufficient for sevaral reasons, but most published posts on the subject do not cover POST blocking, REST API blocking and inadvertently block admin users access. And don't log the IP to a firewall, the major benefit!
47
  = Does it break anything? =
48
  If a comment is left by someone just giving a number that comment would be forbidden, as it is assume a hack attempt, but the plugin has a bit of code that strips out numbers from comment author names
49
  = Do I need fail2ban for this to work? =
55
  = What needs to go in the fail2ban jail.local?=
56
  An example jail.local is found in plugin directory stop-user-enumeration/fail2ban
57
  = If I have Fullworks Firewall installed, is there anything I need to do? =
58
+ No, the plugin automatically detects [Fullworks Firewall](https://wordpress.org/plugins/fullworks-firewall/) the plugin and sends the suspect IPs directly
59
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.3.14 =
64
+ * fix double plugin header
65
+
66
  = 1.3.13 =
67
  * ability to link to shared host firewall ( fullworks-firewall )
68
 
stop-user-enumeration.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Stop User Enumeration
4
  Plugin URI: https://fullworks.net/products/stop-user-enumeration/
5
  Description: User enumeration is a technique used by hackers to get your login name if you are using permalinks. This plugin stops that.
6
- Version: 1.3.13
7
  Author: Fullworks Digital Ltd
8
  Text Domain: stop-user-enumeration
9
  Domain Path: /languages
@@ -33,4 +33,4 @@ if (!defined('PHP_VERSION_ID')) {
33
  }
34
  if (PHP_VERSION_ID >= 50300 ) {
35
  require_once(plugin_dir_path( __FILE__ ).'bootstrap.php');
36
- }
3
  Plugin Name: Stop User Enumeration
4
  Plugin URI: https://fullworks.net/products/stop-user-enumeration/
5
  Description: User enumeration is a technique used by hackers to get your login name if you are using permalinks. This plugin stops that.
6
+ Version: 1.3.14
7
  Author: Fullworks Digital Ltd
8
  Text Domain: stop-user-enumeration
9
  Domain Path: /languages
33
  }
34
  if (PHP_VERSION_ID >= 50300 ) {
35
  require_once(plugin_dir_path( __FILE__ ).'bootstrap.php');
36
+ }