> For the complete documentation index, see [llms.txt](https://notebook.aesirsec.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notebook.aesirsec.io/boxes-write-ups/game-of-active-directory-v2-day-1.md).

# Game Of Active Directory v2 - Day 1

Setting this up was a PAIN! But worth it for the practice.\
\
Setup: \
<https://github.com/quincyntuli/GOAD-v2-Installation-Notes>\
<https://github.com/Orange-Cyberdefense/GOAD>\
\
Also forwarded all traffic through my Ubuntu VM and added custom routes to the routing tables so I wouldn't have to forward via SSH and use proxychains. Now see that I can reach each machine.&#x20;

<figure><img src="/files/kWjBPpiaOeASikZFcCAw" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4U58bKlKXjmt2xTwouCi" alt=""><figcaption></figcaption></figure>

Was able to crack one of the hashes.&#x20;

<figure><img src="/files/xw6pnfEsAMi9uDNVl4Qy" alt=""><figcaption></figcaption></figure>

Immediately tried spraying the found credentials at other machines on the subnet.&#x20;

<figure><img src="/files/iyCYLaf8zTShoHQ8qARq" alt=""><figcaption></figcaption></figure>

Found that I could log into 192.168.56.11 with these credentials. So I ran secretsdump.py against it.&#x20;

<figure><img src="/files/iqe0OWT5C436NeuRkT76" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xKSOAfTH8WzM8LqjKJ2F" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WlR8osRd7OokTFpXyGXv" alt=""><figcaption></figcaption></figure>

Grabbed all the hashes that were dumped and ran them against John.&#x20;

<figure><img src="/files/jZ17KJRYdgSeMqo9Vnu9" alt=""><figcaption></figcaption></figure>

Have not had to look at any kind of walkthrough or get any hints yet.\
To be continued...


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://notebook.aesirsec.io/boxes-write-ups/game-of-active-directory-v2-day-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
