Just thought about the problem with the plugin-info.xml and that its accessable. Think about an automated scanner like wpscan which uses plugin lists to bruteforce which plugins you have installed. For that kind of tools it would be too easy to look what plugins you have installed (if the plugin author cares about it :lol:) and even sees the used version.
Example:
http://wedge.org/plugins/mentions/plugin-info.xml
Im not really into .htaccess, but an "deny from all" in /plugins/.htaccess could fix it.
EDIT:
Perhaps adding xml to filematch would be even a better solution :hmm:
Code: [Select]
Example:
http://wedge.org/plugins/mentions/plugin-info.xml
Im not really into .htaccess, but an "deny from all" in /plugins/.htaccess could fix it.
EDIT:
Perhaps adding xml to filematch would be even a better solution :hmm:
<FilesMatch "\.(zip|gz|bz2|tar|xml)$">
Order deny,allow
Deny from all
</FilesMatch>
This topic was marked solved by its starter, on June 3rd, 2014, 02:25 PM



