Disable Feeds And Hide Usernames

This tiny and lightweight plugin removes all the rss feeds and hides usernames.

Author:Laxman Thapa (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:5.0.13
Plugin version:1.1
Added to WordPress repository:18-02-2017
Last updated:28-12-2018
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:3
Plugin URI:
Total downloads:2 453
Active installs:400+
plugin download
Click to start download

Disable Feeds And Hide Usernames

removes the rss feeds like below. For a simple CMS site it is not required.
* http://example.com/feed/
* http://example.com/feed/rss/
* http://example.com/feed/rss2/
* http://example.com/feed/rdf/
* http://example.com/feed/atom/

Why Hide WordPress Usernames

WordPress usernames can easily be guessed. If guessed it makes the attackers’ life easier especially in case of a targeted WordPress hack attack. Attackers can use a tool such as WPScan to guess your WordPress username or simply by entering a URL such as the following:

http://www.example.com/?author=1

If the author ID is valid then they will be redirected to the author URL, for example:

http://www.example.com/author/admin

The above is possible even when you change the WordPress user IDs. For example if you changed the user ID to 1000, then by requesting the URL http://www.example.com/?author=1000 the attacker can guess the username. This means that you would be delaying the guessing attack but not completely eliminating it.

WordPress usernames can also be found in the source of rss feeds.

Disable Feeds And Hide Usernames

hides the usernames to make it harder for the attacker.