Can I make impossible for people to recognize I’m using Drupal framework behind my website ?
In other terms, can somebody easily see I’m using Drupal from the generated html code ?
I would to know all the strategies to detect it.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just by looking at the generated source code, it’s fairly easy to detect. If you look at the stylesheets included, you’ll see they come from a Drupal install. For example :
The pattern ‘/modules/node/node.css’ is typical. Add to that
<body>classes likefront logged-in two-sidebars, and anyone who has already manipulated drupal a little will recognize it… Sorry about that, but I’m pretty sure you can’t do anything to mask your using drupal