Categorygithub.com/Veids/grdp2tcp
module
0.0.0-20240806114856-b8f7df74c016
Repository: https://github.com/veids/grdp2tcp.git
Documentation: pkg.go.dev

# README

grdp2tcp

Socks5 over RDP Virtual Channels

Architecture

  • server: Windows software that connects and opens a VC (virtual channel) via the WTS Windows API.
  • client: Linux client that connects to the VC via XFreeRDP.

Usage

  1. Connect to the remote server via RDP using XFreeRDP or Remmina:
xfreerdp /v:{IP} /u:'{USER}' /p:'{PASS}' /rdp2tcp:$(pwd)/client

For remmina, go to the advanced configuration tab and look for TCP redirection.

  1. Start server software on the Windows target.
.\server.exe
  1. Use the fwctrl from forwardlib repository to operate the client.
pipx install git+https://github.com/Veids/forwardlib
fwdctrl -h

Usage examples

forwardlib

# Packages

No description provided by the author
No description provided by the author