The other question I have is around the following checks:
Versions in Source Code
Add filter to remove WordPress version. Add remove_action(‘wp_head’, ‘wp_generator’); in function.php. For all plugins and themes version removal, you can install a security plugin and activate the version remove option.
Windows Live Writer is on
Add remove_action(‘wp_head’, ‘wlwmanifest_link’); in function.php file
XML-RPC access is on
Add add_filter(‘xmlrpc_enabled’, ‘return false’); in function.php file
RDS is visible
Add remove_action(‘wp_head’, ‘rsd_link’); in function.php file
These all have been added and still show as failed in your tool.
Any suggestions.
Reba