# 关于本书

## 这是什么

这是一本关于CTF的小书。

## 为什么要写这本书

1. 进行知识的整理和收集；
2. 能更好使读者地了解CTF；
3. 为想在网络安全领域发展但比较迷茫的朋友提供一个方向；
4. 帮助读者绕过一些我们踩过的坑；
5. 对作者，输出是一种很好的学习方法。

## 目标与期望

希望能通过这本书，以及配套的资源，能使读者真正有所收获，吸引更多的人加入到我们当中来。愿一同进步！

## 贡献者

* chybeta   

  <https://chybeta.github.io/>
* lzhtony   &#x20;

  <https://lzhtony.com>
* lxzmads   &#x20;

  <https://madsome.one/>&#x20;
* findneo   &#x20;

  <https://github.com/findneo>&#x20;

如有任何错误，请不吝指正。同时也希望能有更多的人加入到我们中间来，参与一起写作。


---

# Agent Instructions: 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://ctfbook.ph0en1x.com/master.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.
