> 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/security/offensive-security/pentest/hackingprocess.md).

# HackingProcess

{% stepper %}
{% step %}

### Victim(피해자) 시스템 정보 수집

* 피해자 시스템의 운영체제, 서비스, 네트워크 설정 등 가능한 모든 정보를 수집합니다.
  {% endstep %}

{% step %}

### 취약점 점검

* 수집한 정보를 기반으로 알려진 취약점, 잘못된 설정, 노출된 서비스 등을 점검합니다.
  {% endstep %}

{% step %}

### 확인된 정보 및 취약점을 통해 공격 방법 구상

* 발견된 정보와 취약점을 조합하여 가능한 공격 경로와 기법을 설계합니다.
  {% endstep %}

{% step %}

### 공격

* 설계한 공격 방법을 실행합니다.
  {% endstep %}

{% step %}

### 결과

* 공격 결과를 수집·분석하고, 성과 및 문제점을 정리합니다.
  {% endstep %}
  {% endstepper %}

관련 작성물:

* [CTF\_1](file:///2237607/ctf_writeups/CTF_1.md)
* [CTF\_cybersploit](file:///2237607/ctf_writeups/CTF_cybersploit.md)


---

# 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/security/offensive-security/pentest/hackingprocess.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.
