Title here
Summary here
Drupal is an open source content management platform supporting a variety of websites ranging from personal weblogs to large community-driven websites.
Content:
/user/<user-id>
./node/<node-id>
./modules/<module-name>/
./themes/<theme-name>/
.drupal_modules_path.txt: List of all Drupal modules from www.drupal.org, sort by Most installed.
Authentication:
/user/register
/user/login
or /user
/user/password
Version:
/CHANGELOG.txt
/INSTALL.txt
/UPGRADE.txt
$_REQUEST
over $_GET
or $_POST
, allowing you to alternate between POST and GET requests.User-Agent
. Additionally, some URLs on HTML pages include the Host
HTTP header. This can occasionally lead to cache poisoning and the generation of harmful URLs on the intended site.