# hxp CTF

Won this CTF together with friends from [Blue Water](https://ctftime.org/team/205897) (Perfect Blue + Water Paddler).

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

We solved all the Web challenges in this CTF. All of them, except for *valentine*, were clone-to-pwn challenges requiring us to find a 0day in an open-source web application.

| Challenge                                                 | Category | Target                                                              |
| --------------------------------------------------------- | -------- | ------------------------------------------------------------------- |
| valentine                                                 | Web      | [ejs](https://github.com/mde/ejs)                                   |
| archived                                                  | Web      | [Apache Archiva](https://github.com/apache/archiva)                 |
| sqlite\_web                                               | Web      | [sqlite-web](https://github.com/coleifer/sqlite-web)                |
| [true\_web\_assembly](/2023/hxp-ctf/true_web_assembly.md) | Web      | [AsmBB](https://board.asm32.info/asmbb-v2-9-has-been-released.328/) |


---

# 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/hxp-ctf.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.
