=== No User Enumeration === Contributors: cmontiers Donate link: # Tags: User Enumeration, Security, WPSCAN, WordPress Vulnerability Scanner Requires at least: 3.4 Tested up to: 4.4.2 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Stop user enumeration for security. == Description == In many WordPress installations is possible enumerate usernames through the author archives, using urls like this: http://wpsite/?author%00=%001 http://wpsite/?bypass=1&author%00=1 http://wpsite/?author%00=%001 http://wpsite/?author=1/ http://wpsite/?%61uthor=1 Know the username of a administrator is the half battle, now an attacker only need guest the password. This plugin stop it. Also, is possible get usernames from the post entries. This plugin, hide the name of the author in a post entry if he is not using a nickname. Also, hide the url page link of an administrator author. The main goal is hide the administrators usernames. Obviously, is better not choose "admin" as the username because is easiliy guessable. == Installation == 1. Upload `no-user-enumeration` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently asked questions == . == Screenshots == . == Changelog == = 1.0 = * First version. == Upgrade Notice == .