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

# MockHackingAndPenTest

> 취약점 평가 및 침투 테스트 기술을 습득해 실제 환경에서 보안 취약점을 찾고, 보안 강화를 위한 조치를 제안할 수 있어야 한다. Nmap, Metasploit, Burp Suite 등 다양한 보안 도구를 숙지해야 한다.

### [Kali Linux](broken://pages/7a7d503ce3722682cf5366b51d78f36e31c7730d)

***

### Kioptrix (타킷 서버)

* [설치 파일 링크](https://www.vulnhub.com/entry/kioptrix-level-1-1,22/)

### DVWA, 취약 서버 구축

* [설치 파일 링크](https://www.vulnhub.com/entry/damn-vulnerable-web-application-dvwa-107,43/)

#### [해킹](broken://pages/eb6c2cd6f26545efee37db949ade72ab1c33659d)이란?

#### [Wargame](broken://pages/29eeb9d48b79434ad961ea09718e1b2631df0ff5)

#### [CTF](file:///2237607/ctf_writeups/CTF.md)

#### [해킹과정](broken://pages/bc303c75de4e1b9b7dc39df87a875621fc023287)

## 모의 해킹 진행 과정

{% stepper %}
{% step %}

### 의뢰 접수

client -> 보안 업체: 모의 해킹 의뢰
{% endstep %}

{% step %}

### 방식/기간 협의

보안 업체 -> client: 모의 해킹 방식/기간 결정(협의)
{% endstep %}

{% step %}

### 결과 보고서 제출

보안 업체 -> client: 모의 해킹 후 결과 보고(결과 보고서 제출)
{% endstep %}

{% step %}

### 솔루션 요청

client -> 보안 업체: 솔루션 요청
{% endstep %}

{% step %}

### 솔루션 적용 및 테스트

보안 업체 -> client: 솔루션 적용 및 테스트
{% endstep %}

{% step %}

### 테스트 결과 보고서 제출

보안 업체 -> client: 솔루션 결과 보고서(테스트 결과 보고서) 제출
{% endstep %}
{% endstepper %}

## 모의 해킹 방식

{% stepper %}
{% step %}

### 화이트 박스

* 모의 해킹 의뢰자(클라이언트)로부터 정보를 받아서 진행하는 모의 해킹
* 모의 해킹 진행 범위를 지정하여 진행(모든 시스템을 점검하기 힘들다)
* 보안 담당자가 모르는 의외의 취약점을 발견할 확률이 낮다.
  {% endstep %}

{% step %}

### 그레이 박스

* 화이트 박스와 블랙 박스의 중간
  {% endstep %}

{% step %}

### 블랙 박스

* 모의 해킹 의뢰자(클라이언트)로 부터 정보를 받지 않고 진행하는 모의 해킹
* 보안 담당자가 모르는 의외의 취약점을 발견할 확률이 높다.
* 난이도가 높은 만큼 작업 기간이 길어지고 비용이 비싸진다.
  {% endstep %}
  {% endstepper %}

## 관련 사이트

* [wacon](https://wacon.world/?lang=ko)

[모의해킹 평가과제](broken://pages/6284875b912d221cbe0a199f6db6328e7c2ae2ca)\
[CVE-2016-6210](file:///2237607/ctf_writeups/CVE-2016-6210.md)\
[funbox6\_nmap](file:///2237607/ctf_writeups/funbox6_nmap.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/labs/mockhackingandpentest.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.
