# URL

{% hint style="info" %}
**공격자의 목표는 취약한 URL을 찾는 것입니다.**

phpinfo.php와 같은 디버깅용 파일을 찾아내는 것도 그 중 하나입니다.&#x20;

공격자는 URL을 추적하여 시스템의 취약한 부분을 발견하는 것을 목표로 합니다.
{% endhint %}

### 1. URL 추출리스트 <a href="#id-1" id="id-1"></a>

* 시스템에서 발생하는 모든 URL을 추출하여 제공합니다.

### 2. 정렬 <a href="#id-2" id="id-2"></a>

* 날짜 및 횟수를 기준으로 정렬할 수 있으며, 기본값은 최신순으로 추출된 URL이 표시됩니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/extraction/url/1.png" alt=""><figcaption></figcaption></figure>

### 3. 페이지 당 노출 로그 라인 수 설정 <a href="#id-3" id="id-3"></a>

* 한 페이지에서 표시되는 로그 라인의 수를 20\~100라인까지 선택할 수 있습니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/extraction/url/2.png" alt=""><figcaption></figcaption></figure>

### 4. 날짜/시간 선택 <a href="#id-4" id="id-4"></a>

* 기본은 오늘로, 시간 설정을 통하여 특정 정보 검색 제공
* 과거 로그로 전날, 1주 또는 1개월 등 기간 선택 제공

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/extraction/url/3.png" alt=""><figcaption></figcaption></figure>

### 5. 서비스 <a href="#id-5" id="id-5"></a>

* 원하는 서비스에 따라 로그를 정렬할 수 있습니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/extraction/url/4.png" alt=""><figcaption></figcaption></figure>

### 6. 상태값 <a href="#id-6" id="id-6"></a>

* 선택한 상태값에 해당하는 로그를 필터링하여 확인할 수 있습니다.<br>

  <figure><img src="https://qubitsec.github.io/docs/images/Manual/common/extraction/url/5.png" alt=""><figcaption></figcaption></figure>


---

# 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://docs.plura.io/ko/fn/comm/extraction/url.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.
