Backdrop CMS
Discovery
# Generator meta tag
curl -s http://TARGET | grep -i 'backdrop'
# Look for: Backdrop CMS 1 (https://backdropcms.org)
# Nmap script detection
nmap -sC -sV TARGET
# http-generator: Backdrop CMS 1
# robots.txt common entries
curl http://TARGET/robots.txt
# /core/ /profiles/ /README.md /admin /user/login /user/registerVersion Detection
# Via module .info files
curl http://TARGET/core/modules/redirect/redirect.info
# Output:
# project = backdrop
# version = 1.27.1
# timestamp = 1709862662
# Alternative locations
curl http://TARGET/core/modules/node/node.info
curl http://TARGET/core/modules/system/system.infoUsername Enumeration
Login Form Enumeration
Password Reset Enumeration
Important Paths
Path
Description
Configuration Files
settings.php
Config Directory Enumeration
Database
Authenticated RCE (Module Upload)
Automated Exploit
References
Last updated