# cl4nd3st1ne's blog

##

- [Welcome](https://cl4nd3st1ne.gitbook.io/write-ups/welcome.md)
- [Hack The Box](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box.md): Find my write-ups for Hack The Box machines, sherlocks, challenges, and more here.
- [Machines](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/machines.md)
- [HTB Season 8: RustyKey Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/machines/htb-season-8-rustykey-walk-through.md): RustyKey is a hard-level Windows machine focused on exploiting an Active Directory environment.
- [HTB Season 6: Caption Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/machines/htb-season-6-caption-walk-through.md): The Caption machine is a hard level Linux machine which was released in the 7th week of the sixth season — Heist.
- [HTB Season 5: Runner Machine Walkthrough](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/machines/htb-season-5-runner-machine-walkthrough.md): This is a medium difficulty linux machine which involves several CVEs and container escape for privilege escalation.
- [Sherlocks](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks.md)
- [Hack The Box Anpu Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks/hack-the-box-anpu-walk-through.md): Anpu is a Medium difficulty android forensics themed Sherlock on Hack The Box.
- [OpTinselTrace24–3: Blizzard Breakdown Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks/optinseltrace24-3-blizzard-breakdown-walk-through.md): This is the third Sherlock of the OpTinselTrace24 series. It is mainly focused on AWS CloudTrail forensics.
- [OpTinselTrace24–2: Cookie Consumption Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks/optinseltrace24-2-cookie-consumption-walk-through.md): This is the second Sherlock in the OpTinselTrace24 series. We have been provided with logs of the host, kubernetes, web server, and more.
- [OpTinselTrace24–1: Sneaky Cookies Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks/optinseltrace24-1-sneaky-cookies-walk-through.md): This is the first Sherlock in the OpTinselTrace24 series.
- [YesWeHack Dojos](https://cl4nd3st1ne.gitbook.io/write-ups/yeswehack-dojos.md)
- [Dojo #52 - Streamcore](https://cl4nd3st1ne.gitbook.io/write-ups/yeswehack-dojos/dojo-52-streamcore.md): Write-up for the June month challenge by YesWeHack.
- [Intigriti Challenges](https://cl4nd3st1ne.gitbook.io/write-ups/intigriti-challenges.md)
- [Challenge 0526 Write-up](https://cl4nd3st1ne.gitbook.io/write-ups/intigriti-challenges/challenge-0526-write-up.md): A detailed write-up for Intigriti's May Challenge involving XSS via DOM Clobbering and Insufficient Content Filtering.
- [Challenge 0326 Write-up](https://cl4nd3st1ne.gitbook.io/write-ups/intigriti-challenges/challenge-0326-write-up.md): A detailed write-up for Intigriti's March Challenge involving XSS via DOM Clobbering and CSP Bypass.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://cl4nd3st1ne.gitbook.io/write-ups/welcome.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.
