Author Topic: Proxying a Remote desktop session?  (Read 1160 times)

0 Members and 4 Guests are viewing this topic.

Offline NHAS

  • Serf
  • *
  • Posts: 40
  • Cookies: 1
    • View Profile
Proxying a Remote desktop session?
« on: 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.

Offline elixxir

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 2
    • View Profile
Re: Proxying a Remote desktop session?
« Reply #1 on: 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.
Code: [Select]
proxychains rdesktop -g 1024x768 <some remote IP>


Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Proxying a Remote desktop session?
« Reply #2 on: 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...
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline NHAS

  • Serf
  • *
  • Posts: 40
  • Cookies: 1
    • View Profile
Re: Proxying a Remote desktop session?
« Reply #3 on: 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.


« Last Edit: March 22, 2014, 03:14:09 am by NHAS »

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Proxying a Remote desktop session?
« Reply #4 on: 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.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline NHAS

  • Serf
  • *
  • Posts: 40
  • Cookies: 1
    • View Profile
Re: Proxying a Remote desktop session?
« Reply #5 on: 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.
« Last Edit: March 22, 2014, 07:42:31 am by NHAS »

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Proxying a Remote desktop session?
« Reply #6 on: March 22, 2014, 08:43:06 pm »
Well done sir!
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python