> For the complete documentation index, see [llms.txt](https://docs.cooku222.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cooku222.kr/security/misc/dreamhack/dreamhack-keyboard-toxicosis.md).

# \[DreamHack] keyboard toxicosis

#### 문제 링크

{% embed url="<https://dreamhack.io/wargame/challenges/1748>" %}

#### 문제

<figure><img src="https://blog.kakaocdn.net/dna/qY9cK/btsNgECzZUG/AAAAAAAAAAAAAAAAAAAAANNwkG0bYa2maDqyYmBU3cU0Je4wK4Rgqq8fTzJOof77/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=eRVkPrnIrzP3sCmcGUrtKJvD1T4%3D" alt="" height="371" width="802"><figcaption></figcaption></figure>

&#x20;

#### Writeup

```
QWE WSX
QAZ ZXC CDE EWQ
QSC ESZ
QWE WSX ZXC
QWE QAZ ZXC
```

misc 문제 중 하난데, 키보드 자판 보고 해석하는 문제다.

<figure><img src="https://blog.kakaocdn.net/dna/bQlmhi/btsNfQKnDW7/AAAAAAAAAAAAAAAAAAAAAIPRCsqIdeUxlC5G45Xn-fkfji0ao3p4hVzmLOgujGWI/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=1zwJvtw4k5%2FFAKKRDMhFbcvpVSY%3D" alt="" height="200" width="642"><figcaption><p>출처 : 나무위키(키보드)</p></figcaption></figure>

-> 첫 번째 줄 : T

<figure><img src="https://blog.kakaocdn.net/dna/bwpA3B/btsNggHVe9r/AAAAAAAAAAAAAAAAAAAAABXUNWJWz7DMJoxNkGFlFlloB-5CCoTtQ2EbkaPPmWR0/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=kwQ4WlzL1SuK%2BY%2BDO3nVwLHVjs8%3D" alt="" height="200" width="642"><figcaption></figcaption></figure>

-> 두 번째 줄: O (ㅁ인가 했지만.. 모두 다 풀면 ㅁ이 아닌 이유를 알 것이다.)

<figure><img src="https://blog.kakaocdn.net/dna/batNY4/btsNh7iW1Ee/AAAAAAAAAAAAAAAAAAAAAIIacBWkKY0HmZ0EeIjDFUxoXyht3FvH7R5S1G2H-Fd8/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=jyUhpNDh7DgkCRWHAeR7Dl9Xzpc%3D" alt="" height="200" width="642"><figcaption></figcaption></figure>

-> 세 번째 줄 : X

<figure><img src="https://blog.kakaocdn.net/dna/bwkst1/btsNgwDLAYd/AAAAAAAAAAAAAAAAAAAAAPOUUqSX4vq5Qx6u-0JBXOfUJBe3QAThd0UOVjCugzUB/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=qnK6dB3gq4olLzuFeKsQcLxbcVQ%3D" alt="" height="200" width="642"><figcaption></figcaption></figure>

-> 네 번째 줄 : I

<figure><img src="https://blog.kakaocdn.net/dna/bE34Rp/btsNhQBZCpD/AAAAAAAAAAAAAAAAAAAAACiKC4ZSXTpezembxspTI11IfaZSm4XbWjyFyrJe5q6N/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=X473aH6J%2BlZJBb9WlCHxQ6jBjmE%3D" alt="" height="200" width="642"><figcaption></figcaption></figure>

-> 다섯 번째 줄 : C\
\=> TOXIC(TㅁXIC보다는 아무래도 TOXIC이 자연스러우니까)

```
cause{TOXIC}
```

<br>


---

# 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://docs.cooku222.kr/security/misc/dreamhack/dreamhack-keyboard-toxicosis.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.
