EvilZone
Hacking and Security => Hacking and Security => : 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.
-
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>
-
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...
-
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.
-
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.
-
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.
-
Well done sir!