> 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/dawgctf-2021.md).

# DawgCTF 2021

I enjoyed myself in this one, although there could have been more web exploitation!

## Challenges

### Pwn

1. [No Step On Snek (75)](/2021/dawgctf-2021/no-step-on-snek.md)
2. [Jellyspotters (100)](/2021/dawgctf-2021/jellyspotters.md)
3. [Bofit (125)](/2021/dawgctf-2021/bofit.md)
4. [MDL Considered Harmful (225)](/2021/dawgctf-2021/mdl-considered-harmful.md)
5. [Back to the Lab 2 (250)](/2021/dawgctf-2021/back-to-the-lab-2.md)

### Reversing

1. [Back to the Lab 1 (150)](/2021/dawgctf-2021/back-to-the-lab-1.md)
2. [Back to the Lab 3 (350)](/2021/dawgctf-2021/back-to-the-lab-3.md)

### Crypto

1. [Really Secure Algorithm (150)](/2021/dawgctf-2021/really-secure-algorithm.md)
2. [The Obligatory RSA Challenge (200)](/2021/dawgctf-2021/the-obligatory-rsa-challenge.md)
3. [TrashChain (250)](/2021/dawgctf-2021/trash-chain.md)
4. [What the Flip?! (300)](/2021/dawgctf-2021/what-the-flip.md)

### Audio/Radio

1. [Baby's First Modulation (50)](/2021/dawgctf-2021/babys-first-modulation.md)

### Fwn (Forensics/Web/Network)

1. [Just a Comment (50)](/2021/dawgctf-2021/just-a-comment.md)
2. [Dr. Hrabowski's Great Adventure (150)](/2021/dawgctf-2021/dr.-hrabowskis-great-adventure.md)

### Misc

1. [Two Truths and a Fib (100)](/2021/dawgctf-2021/two-truths-and-a-fib.md)

## Results

We ended up in 13th place.

![](/files/eLl4bBfSuCAOzcSyr6p5)


---

# 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/dawgctf-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.
