# LakeCTF Qualifiers

LakeCTF is a jeopardy-style security hacking contest organized by the [polygl0ts](https://polygl0ts.ch/) CTF team and the [EPFL School of Computer and Communication Sciences (IC).](https://www.epfl.ch/schools/ic/)

My team did well enough to qualify for the finals held in Lausanne!

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

| Challenge                                                       | Category | Solves |
| --------------------------------------------------------------- | -------- | ------ |
| [People](/2022/lakectf-qualifiers/people.md)                    | Web      | 36     |
| [Clob-Mate](/2022/lakectf-qualifiers/clob-mate.md)              | Web      | 12     |
| [So What? Revenge](/2022/lakectf-qualifiers/so-what-revenge.md) | Misc     | 17     |


---

# 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/2022/lakectf-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.
