# YaCTF 2022

## About

Yet Another CTF is an individual CTF organized by the [Yandex](https://yandex.ru/company/) security team.

It was the first time that this CTF is opened to the public, and I managed to finish in 13th place!

![](/files/vf3C70IEp0EcnpYbrGr5)

## Writeups

| Challenge Name                                          | Category  | Points |
| ------------------------------------------------------- | --------- | ------ |
| [Shiba](/2022/yactf-2022/shiba.md#baby-challenge)       | Web       | 100    |
| [Shiba Inner](/2022/yactf-2022/shiba.md#hard-challenge) | Web       | 256    |
| [Flag Market](/2022/yactf-2022/flag-market.md)          | Web       | 139    |
| [Pasteless](/2022/yactf-2022/pasteless.md)              | Web       | 347    |
| [Secretive](/2022/yactf-2022/secretive.md)              | Crypto    | 295    |
| [Metapdf](/2022/yactf-2022/metapdf.md)                  | Forensics | 221    |
| [Crackme](/2022/yactf-2022/crackme.md)                  | Reverse   | 124    |


---

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