> 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/project-remind/contest/undefined/deadface-ctf-2025.md).

# DEADFACE CTF 2025

학교팀으로 참여했다.

<figure><img src="https://blog.kakaocdn.net/dna/tx6ux/dJMcaesq0rP/AAAAAAAAAAAAAAAAAAAAAFENpeSikkIoWqoqkXTXJd3dxcskokqw6N0Mr29pIBjL/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=PP1mnG6nIlhbRdK%2FsUevN0aSktY%3D" alt="" height="756" width="1170"><figcaption></figcaption></figure>

\
Steganography/Bad boy

<figure><img src="https://blog.kakaocdn.net/dna/cdOSvo/dJMcaesq0rQ/AAAAAAAAAAAAAAAAAAAAAMYwLdzIjYFk3lDXu9TYCXkTHMRsBX2MyuQAGHOBXSHt/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=G2zrSpy58mWdE8%2BKbqmVxosg46c%3D" alt="" height="682" width="832"><figcaption></figcaption></figure>

사진 용량이 크길래 HxD에 넣었더니 플래그가 나왔다.

```
deadface{th3_b4dd3st_B0i_al1V3}
```

Osint/git good

<figure><img src="https://blog.kakaocdn.net/dna/bcdzMr/dJMcaelFrMH/AAAAAAAAAAAAAAAAAAAAAJqAdCO18_uSR7nBlKgaH5_mPjSkNRfArjrox1arTVxb/img.png?credential=yqXZFxpELC7KVnFOS48ylbz2pIh7yKj8&#x26;expires=1782831599&#x26;allow_ip=&#x26;allow_referer=&#x26;signature=Yzt%2BeFsHJQ8FyG0xU0WX4IB3WWA%3D" alt="" height="375" width="1415"><figcaption></figcaption></figure>

오거나이저 깃허브 계정을 모두 찾아주었더니 mirveal 계정에서 플래그가 나왔다.

```
deadface{r3vE4LeD_m1Rv34L_$$}
```


---

# 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/project-remind/contest/undefined/deadface-ctf-2025.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.
