# Proxifier

Proxifier은 Windows에 지원하는 GUI 기반의 프록시 프로그램입니다.

{% embed url="<https://www.proxifier.com/>" %}

## Abuse

<pre class="language-powershell"><code class="lang-powershell"><strong># 로컬 다이나믹 포트 포워딩
</strong>ssh -D 9050 root@192.168.1.23

<strong># 리모트 다이나믹 포트 포워딩
</strong>ssh -R 9050 root@192.168.1.23
</code></pre>

다이나믹 포트 포워딩을 한 이후에 Proxifier에서프로필을 추가합니다. 일반 로컬 환경에서 진행할 경우 루프백 주소를 넣지만, C2에서 진행할 경우 C2 서버의 주소를 넣습니다.

<div><figure><img src="/files/k2o9zyMX2zehJjc0sxZl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/kUpYHFVYSSpb9QHAhIPs" alt=""><figcaption></figcaption></figure></div>

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

UNIX 환경에서 다이나믹 포트 포워딩 이후에 Proxychains를 명령 접두사로 사용하면 타겟 서버의 주소로 명령 전달이 가능했던 것과 같이, Proxifier에서 프로필을 설정한 이후로는 NIC가 로컬에 추가된 것처럼 대상에 대해 명령할 때 별도의 명시가 없더라도 트래픽 전달이 가능합니다.


---

# 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://www.pentestwiki.com/lateral-movement/tunneling/proxifier.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.
