# 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="https://3884984619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAZp7FYUSvzvoIbLjdkX%2Fuploads%2FHAHRZIzbs4iDIMyH5wJ0%2Fimage.png?alt=media&#x26;token=bb4a1b70-9bfe-4318-bad8-6930dacea536" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3884984619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAZp7FYUSvzvoIbLjdkX%2Fuploads%2FzThVo3ZChnxOgV1LrV9d%2Fimage.png?alt=media&#x26;token=3f585ac6-4464-4473-99ff-eebd47bd8318" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3884984619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAZp7FYUSvzvoIbLjdkX%2Fuploads%2FhmOxUR4zWXJRfY0fMC76%2Fimage.png?alt=media&#x26;token=85e26d83-3705-4476-8a10-8d1dbfd37e8c" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3884984619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAZp7FYUSvzvoIbLjdkX%2Fuploads%2FaPmlCBbz5kgOpzzZhqpl%2Fimage.png?alt=media&#x26;token=59f644c8-a564-4708-b9e4-ddd8ae1158ac" 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="https://3884984619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAZp7FYUSvzvoIbLjdkX%2Fuploads%2Fob38aw2FuWQoQuhMR3NM%2Fimage.png?alt=media&#x26;token=2fde2265-c27f-49ad-922c-9bf8a1575b95" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3884984619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAZp7FYUSvzvoIbLjdkX%2Fuploads%2FmfPZTPudf6fahmFtDTkR%2Fimage.png?alt=media&#x26;token=9de83eed-77c7-498d-ab61-3ecd32ae4634" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3884984619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAZp7FYUSvzvoIbLjdkX%2Fuploads%2FlBXifTAz0IuImL0xDSbR%2Fimage.png?alt=media&#x26;token=20a69980-080e-431e-b3dc-d4a5796d57f9" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://3884984619-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfAZp7FYUSvzvoIbLjdkX%2Fuploads%2Fnoa95GqVUlIu0ZVhR8Q3%2Fimage.png?alt=media&#x26;token=ccc327b7-afcf-416a-9861-911567ab2883" alt=""><figcaption></figcaption></figure>

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


---

# 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://notebook.aesirsec.io/boxes-write-ups/game-of-active-directory-v2-day-1.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.
