# Task 7 - Elevating Privileges within the Domain

## Task 7 <mark style="color:red;background-color:red;">Domain Privilege Escalation</mark> Elevating Privileges within the Domain

### What method allowed us to dump NTDS.DIT?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`DRSUAPI`

</details>

### What is the Administrators NTLM hash?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`0e0363213e37b94221497260b0bcb4fc`

</details>

### What method of attack could allow us to authenticate as the user without the password?

<details>

<summary>Reveal Flag</summary>

:triangular\_flag\_on\_post:`Pass The Hash`

</details>

### Using a tool called Evil-WinRM what option will allow us to use a hash?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`-H`

</details>

## <br>


---

# 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://thmflags.gitbook.io/thm-walkthroughs/difficulty-medium/attacktive-directory/task-7-elevating-privileges-within-the-domain.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.
