> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/security/ctf-and-wargame/wargame.md).

# Wargame

* 의도적으로 취약점이 존재하도록 설계된 모의 해킹 환경
* 제작자가 설계한 취약점을 찾고, 그것을 이해, 해결책을 찾아내는 과정을 거쳐 '[플래그](broken://pages/1638325886f6f7a85090999ccbac2c61bd1caa0f)'를 찾는 문제

## 워게임의 카테고리

* Pwnable
* Web
* Reversing
* Crypto(암호학)
* Forensics(포렌식)
* Miscellaneous(Misc)
* Network
* Kernel
* Browser
* Blockchain 등
* [badit](broken://pages/1015a69eb89402f74af7118e0eea966fc79e74b2)

{% hint style="info" %}
TIP

* 당연하게 처음은 어렵다.
* 워게임을 많이 풀다 보면 익숙함과 재미를 느낄 수 있게 된다.
  {% endhint %}

## 드림핵 워게임의 준비물

* Ubuntu Linux
* nc(netcat)
* [suninatas](broken://pages/56bdf75f8a0f8a1e80a5d492c196aa97482c8118)
* [hackthebox](https://www.hackthebox.com/)
* [tryhackme](https://tryhackme.com/)
* [root-me](https://www.root-me.org/?lang=en)
* [pwnable.kr](https://pwnable.kr/play.php)
* [overthewire](https://overthewire.org/wargames/)


---

# 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, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/security/ctf-and-wargame/wargame.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
