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

# windows 7 CTF

{% stepper %}
{% step %}

### 목표

* 외부 장치로부터 Windows 시스템을 해킹 당하는 시나리오로 동작하기 위해 취약한 Windows 장치를 만든다.
* 윈도우 권한 상승 취약점을 활용해 guest 사용자에서 관리자 권한으로 상승을 시도하는 CTF 환경 구성.
  {% endstep %}

{% step %}

### 참고자료

* [참고자료 - newstroyblog](https://newstroyblog.tistory.com/54)
* SSV: <https://ssv.skill.or.kr/cloud-security/windows-pc-security-vulnerability>
* Internet Archive (Old Version Windows 10 ISO 검색): <https://archive.org/search?query=windows+10>
  {% endstep %}

{% step %}

### 취약점 관련 링크

* Microsoft 보안 공지 (CVE-2019-0787): <https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2019-0787>
* 블로그 포스트: <https://blog.naver.com/hong0303/221258116325>
* 추가 자료: <https://easy7.tistory.com/491>
  {% endstep %}
  {% endstepper %}


---

# 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/windows-7-ctf.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.
