# TOOLS

{% hint style="info" %}
TOOLS 메뉴에서는 다양한 유틸리티 기능을 제공하여 데이터를 빠르게 분석하고 처리할 수 있습니다.
{% endhint %}

<figure><img src="/files/s4ugU1i9TUZ5f4qcAVH5" alt=""><figcaption></figcaption></figure>

### 1. Diff <a href="#id-1" id="id-1"></a>

* 위치: **좌측 메뉴 최하단 > TOOLS > Diff**
* 두 개의 텍스트를 비교하여 변경된 부분을 시각적으로 표시합니다.
* "초기화" 버튼을 클릭하면 입력한 내용을 초기화할 수 있습니다.

<figure><img src="/files/CARJ5EkVMhi9oUeZxLmm" alt=""><figcaption></figcaption></figure>

### 2. Encoder/Decoder <a href="#id-2" id="id-2"></a>

* 위치: **좌측 메뉴 최하단 > TOOLS > Encoder/Decoder**
* 인코딩/디코딩을 통해 다양한 데이터 형식을 변환하거나 분석할 수 있습니다.

<figure><img src="/files/8nYsRVqOVOb1dH3j7mCm" alt=""><figcaption></figcaption></figure>

* 예시: XSS(Cross Site Script) 코드 디코딩

```
PHNjcmlwdD5hbGVydCg5KTwvc2NyaXB0Pg==
```

<figure><img src="/files/hda6aGBz6SK4ULY7hgP7" alt=""><figcaption></figcaption></figure>

* 변환된 값: Base64

```html
<script>alert(9)</script>
```

<figure><img src="/files/2MxABapsdlWTbk8RzOqq" alt=""><figcaption></figcaption></figure>

* **해시(Hash) 검사** 탭: MD5부터 SHAKE256까지 다양한 해시 알고리즘을 한 번에 검사할 수 있습니다.

<figure><img src="/files/biJLjp3uva6qsMcDbCQ9" alt=""><figcaption></figcaption></figure>

* **웹 > 탐지로그 및 전체로그 페이지**에서도 "Encoder/Decoder" 기능을 사용할 수 있습니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/common/tool/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/tools.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.
