# DEF CON CTF 2023 Qualifiers

Won this CTF with Blue Water, the collaboration between Water Paddler and Perfect Blue!

<figure><img src="/files/yUzO85oZPKxazccwqghv" alt=""><figcaption></figcaption></figure>

I made slides on the two web challenges I worked on:

* **Artifact Bunker**, which involves leaking data from a tar archive using partial zip file overwrites.
* **Brinebid**, which involves reversing a JavaScript implementation of Python's Pickle serialization to gain remote code execution.

{% embed url="<https://www.zeyu2001.com/pdf/talks/sgco/DEFCON23.pdf>" %}


---

# 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://ctf.zeyu2001.com/2023/def-con-ctf-2023-qualifiers.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.
