rdp

RDP through TCP Proxy

不问归期 提交于 2021-02-19 05:13:42
问题 First time in Stackoverflow and I'm hoping someone can help me. I'm looking at a proof of concept to pass RDP traffic through a TCP Proxy/tunnel which will pass through firewalls using HTTPS. The problem has to do with deploying images to machines and so it can't be assumed that the .NET framework will be present, so C++ is being used at the deployment end of a connection. The basic system I have at present is a program which listens for client connections on a port then passes any data to a

RDP through TCP Proxy

浪尽此生 提交于 2021-02-19 05:13:29
问题 First time in Stackoverflow and I'm hoping someone can help me. I'm looking at a proof of concept to pass RDP traffic through a TCP Proxy/tunnel which will pass through firewalls using HTTPS. The problem has to do with deploying images to machines and so it can't be assumed that the .NET framework will be present, so C++ is being used at the deployment end of a connection. The basic system I have at present is a program which listens for client connections on a port then passes any data to a

RDP through TCP Proxy

人盡茶涼 提交于 2021-02-19 05:13:06
问题 First time in Stackoverflow and I'm hoping someone can help me. I'm looking at a proof of concept to pass RDP traffic through a TCP Proxy/tunnel which will pass through firewalls using HTTPS. The problem has to do with deploying images to machines and so it can't be assumed that the .NET framework will be present, so C++ is being used at the deployment end of a connection. The basic system I have at present is a program which listens for client connections on a port then passes any data to a

Remote desktop behavior with 3D3 Device and RDP window minimize

微笑、不失礼 提交于 2021-02-08 03:54:12
问题 In our C# WPF we use a 3rd party (unmanaged) library that display a map. We use the System.Windows.Interop.D3DImage class. The 3rd party library uses Direct3D for the the IntPtr32 surface location property. When i open a remote desktop from another computer and trying to view the WPF Client, we see the map. Once the WPF UI Client is up, and I minimize the RDP session or close the RDP i will get exception: Direct3D device is lost From my experience with video streaming applications, When a

Remote desktop behavior with 3D3 Device and RDP window minimize

对着背影说爱祢 提交于 2021-02-08 03:52:20
问题 In our C# WPF we use a 3rd party (unmanaged) library that display a map. We use the System.Windows.Interop.D3DImage class. The 3rd party library uses Direct3D for the the IntPtr32 surface location property. When i open a remote desktop from another computer and trying to view the WPF Client, we see the map. Once the WPF UI Client is up, and I minimize the RDP session or close the RDP i will get exception: Direct3D device is lost From my experience with video streaming applications, When a

Remote desktop behavior with 3D3 Device and RDP window minimize

这一生的挚爱 提交于 2021-02-08 03:50:20
问题 In our C# WPF we use a 3rd party (unmanaged) library that display a map. We use the System.Windows.Interop.D3DImage class. The 3rd party library uses Direct3D for the the IntPtr32 surface location property. When i open a remote desktop from another computer and trying to view the WPF Client, we see the map. Once the WPF UI Client is up, and I minimize the RDP session or close the RDP i will get exception: Direct3D device is lost From my experience with video streaming applications, When a

How to create .rdp file on Mac OS that allows auto-login

送分小仙女□ 提交于 2021-01-28 03:16:48
问题 I'm working on a tool that generates .rdp files and then invokes them using Microsoft RDP Client. This tool is running on Mac OS. Everything works well, the only problem is that I can't figure out of how I can generate 'password 51:b' field properly. On Windows this can be done easily by using CryptProtectData method from Crypt32.dll library. How can I do the same on Mac. Another option could be to use "rdp://" URL scheme, but it doesn't seem allow to pass password this way. So the question

Direct2d with WPF over RDP

╄→尐↘猪︶ㄣ 提交于 2021-01-27 17:45:16
问题 I'm developing a C# application which uses SharpDx to render a map with Direct2d. This map get displayed with the D3DImage on a WPF host. On a local machine everything works fine but when I try to connect via Remote Desktop, the D3DImage loses its Backbuffer and the rendered image can't be displayed with WPF. I tried to enable the software fallback when I bind the Backbuffer. The result is that the application manages to render one image and then loses the backbuffer again. I also tried to

Remote Desktop / RDP credentials check from command line (no GUI)

帅比萌擦擦* 提交于 2021-01-24 11:32:51
问题 We're currently writing a tool aimed at checking the validity of credentials over various applications (http, ssh, smb, rdp). No problem for the 3 former. But for RDP, I couldn't find a single way of doing this easily. The tool is embedded within a web app hosted on a linux box, therefore there is no X Server available. The only tool I have successfully used to validate RDP credentials from the command line is THC-Hydra, by supplying a single username and password, it works correctly for