Hi Guys,
Just a general shooting the breeze type idea about Drupal security...
I notice an increase in posts about attempts at hacking/exploits, strange messages in the logs or whatever on Drupal sites..and I was wondering if there was a way to make life more difficult for the hackers by making links unique to a particular site...so everything isn't named the same.
To use a crude example..if I'm looking at a site and wondering if it was built using Drupal I tend to have a quick look at the style sheet headers in the source or the old reliable ?q=user/login or ?q=user/password links which a lot of people leave as is with Drupals original text...
What if there was file alias....where Drupal catches and "publishes" filenames making them unique to that site?
So, as an example....on the ADMINISTER -->> SETTINGS page there could be an option for a "unique site key" and "publish secure" button...where the site admin inserts a 6-digit code that is used to generate the sites filename aliases and clicks on "publish" to rename everything with the unique code prefix or whatever.
Obviously there would have to be some simple alternative procedure to patching to sit alongside the "publish secure" button and Drupal has a built in path alias type "smart check" to pick up the modules and files it needs to work.
Is that a stupid idea? (as a mini disclaimer, I'm not an expert in php, so I don't know if this is possible)