# grdp **Repository Path**: tomatoes/grdp ## Basic Information - **Project Name**: grdp - **Description**: No description available - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2021-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Golang Remote Desktop Protocol grdp is a pure Golang implementation of the Microsoft RDP (Remote Desktop Protocol) protocol (**client side authorization only**). Forked from icodeface/grdp ## Status **The project is under development and not finished yet.** * [x] Standard RDP Authentication * [x] SSL Authentication * [x] NTLMv2 Authentication * [ ] Client UI(ugly) * [ ] VNC client(unfinished) ## Example 1. build in example dir on linux or windows 2. start example on port 8088 3. http://localhost:8088 ## Take ideas from * [rdpy](https://github.com/citronneur/rdpy) * [node-rdpjs](https://github.com/citronneur/node-rdpjs) * [gordp](https://github.com/Madnikulin50/gordp) * [ncrack_rdp](https://github.com/nmap/ncrack/blob/master/modules/ncrack_rdp.cc) * [webRDP](https://github.com/Chorder/webRDP)