# README

Writeups for various TryHackMe Rooms!

## Defensive Rooms

### Hard

1. Honeynet Collapse Room: [Initial Access Pot](/writeups/initialaccesspot.md)
2. Honeynet Collapse Room: [Elevating Movement](/writeups/elevatingmovement.md)
3. Honeynet Collapse Room: [Lost in RAMSlation](https://github.com/ajread4/thm_writeups_publish/blob/main/LostinRAMSlation.md)
4. Honeynet Collapse Room: [CRM Snatch](/writeups/crmsnatch.md)
5. Honeynet Collapse Room: [Shock and Silence](/writeups/shockandsilence.md)
6. Honeynet Collapse Room: [The Last Trial](/writeups/thelasttrial.md)

## Offensive Rooms

### Easy

1. [DigDug](/writeups/digdug.md)
2. [Flatline](/writeups/flatline.md)
3. [Ide](/writeups/ide.md)
4. [Jack-of-All-Trades](/writeups/jack-of-all-trades.md)
5. [Overpass](/writeups/overpass.md)
6. [PlottedTMS](/writeups/plottedtms.md)
7. [Skynet](/writeups/skynet.md)
8. [Source](/writeups/source.md)
9. [Surfer](/writeups/surfer.md)
10. [Tech\_Supp0rt](/writeups/tech_supp0rt.md)

### Medium

1. [Mr.Robot](/writeups/mrrobot.md)
2. [Overpass3](/writeups/overpass3.md)
3. [Road](/writeups/road.md)

### Archived

1. [GitHappens](/writeups/githappens.md)


---

# 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://aj-read.gitbook.io/writeups/readme.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.
