> 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/readme.md).

# Welcome

보안 학습/실습 과정에서 정리한 노트 모음입니다.

원하는 주제를 빠르게 찾으려면 좌측 TOC 또는 검색을 쓰면 됩니다.

### Start here

<table data-view="cards"><thead><tr><th>섹션</th><th data-card-target data-type="content-ref">바로가기</th></tr></thead><tbody><tr><td>Security (이론/공격/방어/도구/리버싱)</td><td><a href="/spaces/vNonyrOWWd6xfjX6YhKl/pages/zzCDWAlCt0uqs42q0jar">/spaces/vNonyrOWWd6xfjX6YhKl/pages/zzCDWAlCt0uqs42q0jar</a></td></tr><tr><td>Labs (과제/리포트)</td><td><a href="/spaces/vNonyrOWWd6xfjX6YhKl/pages/UZMCJdRz9KFSNuQfkVqW">/spaces/vNonyrOWWd6xfjX6YhKl/pages/UZMCJdRz9KFSNuQfkVqW</a></td></tr><tr><td>CTF &#x26; Wargame (풀이 모음)</td><td><a href="/spaces/vNonyrOWWd6xfjX6YhKl/pages/YghTqihfrjafKyg72mF1">/spaces/vNonyrOWWd6xfjX6YhKl/pages/YghTqihfrjafKyg72mF1</a></td></tr><tr><td>Setup &#x26; Environments (실습 환경 구축)</td><td><a href="/spaces/vNonyrOWWd6xfjX6YhKl/pages/ODy4g6LZWV2XJIkYTob2">/spaces/vNonyrOWWd6xfjX6YhKl/pages/ODy4g6LZWV2XJIkYTob2</a></td></tr><tr><td>DVWA / bWAPP (웹 취약점 실습)</td><td><a href="/spaces/vNonyrOWWd6xfjX6YhKl/pages/rIGAsvtp4dw1qVySgc3f">/spaces/vNonyrOWWd6xfjX6YhKl/pages/rIGAsvtp4dw1qVySgc3f</a></td></tr><tr><td>Notes (잡다한 메모/레퍼런스)</td><td><a href="/spaces/vNonyrOWWd6xfjX6YhKl/pages/RZTTVvNWeqVgDe7eRdDr">/spaces/vNonyrOWWd6xfjX6YhKl/pages/RZTTVvNWeqVgDe7eRdDr</a></td></tr></tbody></table>

{% hint style="info" %}
실습 결과물(스캔 로그 등)은 가능한 한 “Tools → Scan results”에 모아두었습니다.
{% endhint %}


---

# 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/readme.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.
