| ID: | 390 |
|---|---|
| 标题: | elytra |
| 描述: | So... this was _intended_ to be a simple stego challenge. (Maybe it didn't end up that way). The challenge consists of the End Poem from Minecraft, but the line endings encode a message. Linux and Windows utilize two different line endings: `\n` for Linux and `CRLF` for Windows. In this file, we'll mix and match those to encode either `0` (`\n`) or `1` (`CRLF`). |
| 类型: | MISC |
| 网站: | bugku |
| 题目链接: | https://ctf.bugku.com/challenges/detail/id/518.html |
| 赛事: | WolvCTF2023 |
| 年度: | 2023 |
| Flag值: | wctf{ggwp} |
| writeup: | https://ctf.bugku.com/writeup/index/tid/2.html?page=5 |