# About

## About the writeups

Some writeups are very detailed as they are aimed towards helping beginners in those areas.

## 2025

| CTF                                              | Format   | Grouping   | Position |
| ------------------------------------------------ | -------- | ---------- | -------- |
| [Flare-On 12](/ctf-writeups/2025/flare-on-12.md) | -        | Individual | 41st     |
| [CDDC Finals](/ctf-writeups/2025/cddc-finals.md) | Jeopardy | Team       | -        |

## 2024

| CTF                                         | Format   | Grouping | Position |
| ------------------------------------------- | -------- | -------- | -------- |
| [UIUCTF](/ctf-writeups/2025/cddc-finals.md) | Jeopardy | Team     | 100th    |

## 2023

<table><thead><tr><th width="186">CTF</th><th>Format</th><th>Grouping</th><th>Position</th></tr></thead><tbody><tr><td><a href="/pages/SyzS6R5BGZhH2PW2a4SE">CDDC CTF</a></td><td>Jeopardy</td><td>Team</td><td>1st</td></tr><tr><td><a href="/pages/pdxR4EtpbQmH6vde3xO3">angstrom CTF</a></td><td>Jeopardy</td><td>Team</td><td>-</td></tr><tr><td><a href="/pages/jgZldz7OntQg6zdaZEne">Lag and Crash</a></td><td>Jeopardy</td><td>Team</td><td>1st</td></tr><tr><td><a href="/pages/iJ7PbRtuhIW4jt3svDsm">RITSEC CTF</a></td><td>Jeopardy</td><td>Team</td><td>27th</td></tr></tbody></table>

## 2022

| CTF                                                                | Format   | Grouping | Position |
| ------------------------------------------------------------------ | -------- | -------- | -------- |
| [NahamCon EU CTF 2022](/ctf-writeups/2022/nahamcon-eu-ctf-2022.md) | Jeopardy | Team     | 26th     |
| [STANDCON 2022](/ctf-writeups/2022/standcon-2022.md)               | Jeopardy | Team     | 5th      |

##

## Author Writeups

### 2022

| CTF                                                                                      | Format   | Other Info                       |
| ---------------------------------------------------------------------------------------- | -------- | -------------------------------- |
| [NYP Infosec CTF December 2022](/ctf-writeups/authored/nyp-infosec-ctf-december-2022.md) | Jeopardy | 2nd time creating CTF challenges |


---

# 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://jonghan.gitbook.io/ctf-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.
