π§Drupal
Manual
# check meta
curl https://www.drupal.org/ | grep 'content="Drupal'
# version
curl https://drupal-site.com/CHANGELOG.txt
# node
curl drupal-site.com/node/1
# users
# 403 -> exists | 404 -> doesn"t
curl https://www.drupal.org/user/X
# get username
curl https://www.drupal.org/reset/user/X/1/1Exploits
Drupal < 8.7.x Authenticated RCE module upload
Drupal < 9.1.x Authenticated RCE Twig templates
"Administer views" -> new View of User Fields -> Add a "Custom text" :
If found /node/$NUMBER, the number could be devs or tests pages
Drupal < 8.6.9 - REST Module Remote Code Execution
Check for username disclosure on old versions:
?q=admin/views/ajax/autocomplete/user/a
Tools
Drupwn
Enumeration & Exploitation
droopescan
Last updated
Was this helpful?