# 횡적 이동 (Lateral Movement)

- [개념](https://www.xn--hy1b43d247a.com/lateral-movement/concepts.md)
- [Pass-the-Hash](https://www.xn--hy1b43d247a.com/lateral-movement/pass-the-hash.md)
- [SMB 와 PsExec](https://www.xn--hy1b43d247a.com/lateral-movement/smb-psexec.md)
- [WMI](https://www.xn--hy1b43d247a.com/lateral-movement/wmi.md)
- [WinRM / Powershell Remoting](https://www.xn--hy1b43d247a.com/lateral-movement/winrm-ps-remoting.md)
- [RDP](https://www.xn--hy1b43d247a.com/lateral-movement/rdp.md)
- [SSH Port Forwarding & Tunneling](https://www.xn--hy1b43d247a.com/lateral-movement/ssh-tunnel.md)
- [Dynamic Port Forwarding & ProxyChains](https://www.xn--hy1b43d247a.com/lateral-movement/dynamic-port-fowarding.md): 저번 SSH Port Forwarding 시간에서 배웠던 2가지 SSH 연결 방식과는 다른 차원의 개념일 수 있어 어려울 수도 있지만 끝까지 따라와 주길 바란다.
- [네트워크 피버팅 - 툴](https://www.xn--hy1b43d247a.com/lateral-movement/pivoting-tools.md): Pivoting에 자주 쓰이는 도구 간단 정리
- [Network Pivoting (피벗) - TODO](https://www.xn--hy1b43d247a.com/lateral-movement/pivoting.md)


---

# 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.xn--hy1b43d247a.com/lateral-movement.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.
