#rdp #remoteDesktop
[SocksOverRDP](https://github.com/nccgroup/SocksOverRDP) is an example of a tool that uses `Dynamic Virtual Channels` (`DVC`) from the Remote Desktop Service feature of Windows. DVC is responsible for tunneling packets over the [[RDP]] connection.
Useful for pivoting from target machine through another machine to connect to third machine.
## Loading SocksOverRDP.dll using regsvr32.exe
### On Target Machine
```powershell
regsvr32.exe SocksOverRDP-Plugin.dll
```