> For the complete documentation index, see [llms.txt](https://ctf.zeyu2001.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctf.zeyu2001.com/2021/umdctf-2021.md).

# UMDCTF 2021

## Writeups

### Advantageous Adventures

* [Advantageous Adventures](/2021/umdctf-2021/advantageous-adventures.md)

### Programming

* [Jay](/2021/umdctf-2021/jay.md)
* [Bomb 2 - Mix Up](/2021/umdctf-2021/bomb-2-mix-up.md)
* [L33t M4th](/2021/umdctf-2021/l33t-m4th.md)

### Crypto

* [Office Secrets](/2021/umdctf-2021/office-secrets.md)
* [To Be XOR Not To Be](/2021/umdctf-2021/to-be-xor-not-to-be.md)
* [Subway](/2021/umdctf-2021/subway.md)
* [Whose Base Is It Anyway](/2021/umdctf-2021/whose-base-is-it-anyway.md)
* [Cards Galore](/2021/umdctf-2021/cards-galore.md)

### Pwn

* [Jump Not Easy](/2021/umdctf-2021/jump-not-easy.md)

### Forensics

* [Donnie Docker](/2021/umdctf-2021/donnie-docker.md)
* [Pretty Dumb File](/2021/umdctf-2021/pretty-dumb-file.md)

### Stego

* [Roy's Randomness](/2021/umdctf-2021/roys-randomness.md)

## Results

8th overall on the final scoreboard!

![](/files/NXd7PDcZ9dQNzelAgXev)

![](/files/-MYbxZk_RozU53e3wh2I)

Individually, I also won a PWK voucher, for having the 3rd most first bloods!

![](/files/dHS7NrtXosKFJehl5NyS)

![](/files/-MYc3RCd9mTrmSvPIpTD)

![](/files/-MYc3Uwk6f_Yf6Xib982)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/2021/umdctf-2021.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.
