# Welcome

> A living archive of CTF writeups, machine walkthroughs, and offensive security notes. From IT support to Information Security — one flag at a time.

Not just *what* I did — but *why* it worked. Every recon step, every rabbit hole, every privilege escalation documented as it happens.

***

## Progress

| Platform   | Easy  | Medium | Hard  | Total |
| ---------- | ----- | ------ | ----- | ----- |
| TryHackMe  | 4     | —      | —     | 4     |
| HackTheBox | —     | —      | —     | —     |
| LetsDefend | 3     | —      | —     | 3     |
| **Total**  | **7** | **0**  | **0** | **7** |

> Stats update automatically with each published writeup.

***

## What's in here

Writeups across TryHackMe, HackTheBox, and LetsDefend — organised by difficulty and OS. Each one covers methodology, exploitation, and key takeaways. Also a growing set of cheatsheets built from real machines.

***

## Find Me

[TryHackMe](https://tryhackme.com/p/Kieboard) · [HackTheBox](https://app.hackthebox.com/public/users/1030668?profile-top-tab=machines\&ownership-period=1M\&profile-bottom-tab=prolabs) · [GitHub](https://github.com/Kieboard) · [Portfolio](https://kieboard.me)

***

*Writeups drafted in Notion, auto-formatted and published via a custom Python pipeline using Claude. Source in the* [*CTF-Hub repo*](https://github.com/Kieboard/CTF-Hub)*. Built with GitBook.*


---

# 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://kieboard.gitbook.io/hub/home/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.
