Stop User Enumeration - Version 1.3.33

Version Description

Download this release

Release Info

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

Code changes from version 1.3.32 to 1.3.33

admin/class-admin-settings.php CHANGED
@@ -209,7 +209,7 @@ class Admin_Settings extends Admin_Pages {
209
  <th scope="row"><?php esc_html_e( 'Stop REST API User calls', 'stop-user-enumeration' ); ?></th>
210
  <td>
211
  <label for="stop-user-enumeration[stop_rest_user]"><input type="checkbox"
212
- name="stop-user-enumeration[stop_rest_user]]"
213
  id="stop-user-enumeration[stop_rest_user]"
214
  value="on"
215
  <?php checked( 'on', $options['stop_rest_user'] ); ?>>
@@ -220,11 +220,11 @@ class Admin_Settings extends Admin_Pages {
220
  <tr class="alternate">
221
  <th scope="row"><?php esc_html_e( 'Stop oEmbed calls revealing user ids', 'stop-user-enumeration' ); ?></th>
222
  <td>
223
- <label for="stop-user-enumeration[stop_rest_user]"><input type="checkbox"
224
- name="stop-user-enumeration[stop_rest_user]]"
225
- id="stop-user-enumeration[stop_rest_user]"
226
  value="on"
227
- <?php checked( 'on', $options['stop_rest_user'] ); ?>>
228
  <?php esc_html_e( 'WordPress reveals the user login ID through oEmbed calls by including the Author Archive link which contains the user id. When in many cases just the Author Name is enough. Note: remember it is not good idea to have login user id equal to your display name', 'stop-user-enumeration' ); ?>
229
  </label>
230
  </td>
@@ -233,7 +233,7 @@ class Admin_Settings extends Admin_Pages {
233
  <th scope="row"><?php esc_html_e( 'Disable WP Core Author sitemaps', 'stop-user-enumeration' ); ?></th>
234
  <td>
235
  <label for="stop-user-enumeration[stop_sitemap]"><input type="checkbox"
236
- name="stop-user-enumeration[stop_sitemap]]"
237
  id="stop-user-enumeration[stop_sitemap]"
238
  value="on"
239
  <?php checked( 'on', $options['stop_sitemap'] ); ?>>
@@ -245,7 +245,7 @@ class Admin_Settings extends Admin_Pages {
245
  <th scope="row"><?php esc_html_e( 'log attempts to AUTH LOG', 'stop-user-enumeration' ); ?></th>
246
  <td>
247
  <label for="stop-user-enumeration[log_auth]"><input type="checkbox"
248
- name="stop-user-enumeration[log_auth]]"
249
  id="stop-user-enumeration[log_auth]"
250
  value="on"
251
  <?php checked( 'on', $options['log_auth'] ); ?>>
@@ -259,7 +259,7 @@ class Admin_Settings extends Admin_Pages {
259
  <th scope="row"><?php esc_html_e( 'Remove numbers from comment authors', 'stop-user-enumeration' ); ?></th>
260
  <td>
261
  <label for="stop-user-enumeration[comment_jquery]"><input type="checkbox"
262
- name="stop-user-enumeration[comment_jquery]]"
263
  id="stop-user-enumeration[comment_jquery]"
264
  value="on"
265
  <?php checked( 'on', $options['comment_jquery'] ); ?>>
209
  <th scope="row"><?php esc_html_e( 'Stop REST API User calls', 'stop-user-enumeration' ); ?></th>
210
  <td>
211
  <label for="stop-user-enumeration[stop_rest_user]"><input type="checkbox"
212
+ name="stop-user-enumeration[stop_rest_user]"
213
  id="stop-user-enumeration[stop_rest_user]"
214
  value="on"
215
  <?php checked( 'on', $options['stop_rest_user'] ); ?>>
220
  <tr class="alternate">
221
  <th scope="row"><?php esc_html_e( 'Stop oEmbed calls revealing user ids', 'stop-user-enumeration' ); ?></th>
222
  <td>
223
+ <label for="stop-user-enumeration[stop_oembed]"><input type="checkbox"
224
+ name="stop-user-enumeration[stop_oembed]"
225
+ id="stop-user-enumeration[stop_oembed]"
226
  value="on"
227
+ <?php checked( 'on', $options['stop_oembed'] ); ?>>
228
  <?php esc_html_e( 'WordPress reveals the user login ID through oEmbed calls by including the Author Archive link which contains the user id. When in many cases just the Author Name is enough. Note: remember it is not good idea to have login user id equal to your display name', 'stop-user-enumeration' ); ?>
229
  </label>
230
  </td>
233
  <th scope="row"><?php esc_html_e( 'Disable WP Core Author sitemaps', 'stop-user-enumeration' ); ?></th>
234
  <td>
235
  <label for="stop-user-enumeration[stop_sitemap]"><input type="checkbox"
236
+ name="stop-user-enumeration[stop_sitemap]"
237
  id="stop-user-enumeration[stop_sitemap]"
238
  value="on"
239
  <?php checked( 'on', $options['stop_sitemap'] ); ?>>
245
  <th scope="row"><?php esc_html_e( 'log attempts to AUTH LOG', 'stop-user-enumeration' ); ?></th>
246
  <td>
247
  <label for="stop-user-enumeration[log_auth]"><input type="checkbox"
248
+ name="stop-user-enumeration[log_auth]"
249
  id="stop-user-enumeration[log_auth]"
250
  value="on"
251
  <?php checked( 'on', $options['log_auth'] ); ?>>
259
  <th scope="row"><?php esc_html_e( 'Remove numbers from comment authors', 'stop-user-enumeration' ); ?></th>
260
  <td>
261
  <label for="stop-user-enumeration[comment_jquery]"><input type="checkbox"
262
+ name="stop-user-enumeration[comment_jquery]"
263
  id="stop-user-enumeration[comment_jquery]"
264
  value="on"
265
  <?php checked( 'on', $options['comment_jquery'] ); ?>>
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: fullworks,alanfuller
3
  Tags: User Enumeration, Security, WPSCAN, fail2ban,
4
  Tested up to: 5.8
5
- Stable tag: 1.3.32
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
 
2
  Contributors: fullworks,alanfuller
3
  Tags: User Enumeration, Security, WPSCAN, fail2ban,
4
  Tested up to: 5.8
5
+ Stable tag: 1.3.33
6
  License: GPLv2 or later
7
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
8
 
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.32
7
  Author: Fullworks
8
  Requires at least: 4.6
9
  Requires PHP: 5.6
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.33
7
  Author: Fullworks
8
  Requires at least: 4.6
9
  Requires PHP: 5.6