EvilZone

Hacking and Security => Hacking and Security => : NHAS March 22, 2014, 12:12:22 AM

: Proxying a Remote desktop session?
: NHAS March 22, 2014, 12:12:22 AM
Hey there EZ, I wondered if anyone out there knows how to connect to a remote desktop session on a server while using a proxy to obscure the IP?

*Note* This is going from a windows machine to a windows machine.
: Re: Proxying a Remote desktop session?
: elixxir March 22, 2014, 01:21:46 AM
Hi NHAS,
I'm assuming you're using a Linux distro of some type, at least I hope you are :)
I would suggesting using 'proxychains' and 'rdesktop'

ex.
:
proxychains rdesktop -g 1024x768 <some remote IP>

: Re: Proxying a Remote desktop session?
: lucid March 22, 2014, 02:39:37 AM
I'm assuming you're using a Linux distro of some type
*Note* This is going from a windows machine to a windows machine.
Doesn't seem like it...
: Re: Proxying a Remote desktop session?
: NHAS March 22, 2014, 03:08:58 AM
At the time of writing this I wasn't but I've got Kali Linux that I can use.

Also im not very experienced with using proxychains, normally I stick to TOR.
So off  to the manual I go.


: Re: Proxying a Remote desktop session?
: lucid March 22, 2014, 03:52:02 AM
If you are using a *nix then proxychains would be the way to go. Proxychains is incredibly easy to use. It's simple enough where there isn't even a manpage for it. You should be able to figure it out within a few minutes of looking at the configuration file.
: Re: Proxying a Remote desktop session?
: NHAS March 22, 2014, 05:33:45 AM
If you are using a *nix then proxychains would be the way to go. Proxychains is incredibly easy to use. It's simple enough where there isn't even a manpage for it. You should be able to figure it out within a few minutes of looking at the configuration file.

Yeah you're right, pretty simple. You'll all be happy to know that I got it up and working  :)
Thanks for all the help.
: Re: Proxying a Remote desktop session?
: lucid March 22, 2014, 08:43:06 PM
Well done sir!