I am trying to change the default path of the WP default directories such as wp-content
, wp-include
etc to avoid wpscan
.
I have tried using plugin would it possible to perform the same using manual techniques. I am using apache as a web server.
An example, I have tried:
RewriteRule ^cms_plugins/(.+) /wordpress/wp-content/plugins/$1 [L,QSA]
Thanks