# Drupal

Drupal is an opensource CMS

## Enumeration

* Version Enumeration

```bash
http://$ip/CHANGELOG.txt
```

* Common files and folders

```bash
web.config
xmlrpc.php
CHANGELOG.txt
INSTALL.txt
LICENSE.txt
sites/
```

## Tools

* Droopescan - <https://github.com/SamJoan/droopescan>
* Drupwn - <https://github.com/immunIT/drupwn>

## Post Exploit

* Check the settings.php in the sites/default folder


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dhaneshsivasamy07.gitbook.io/oscp-2022/enumeration/http-https/cms-exploitation/drupal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
