Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Python help...


ghost's Avatar
0 0

I'd like to know if it's at all possible to write a program in Python that will enable remote desktop access on someone's computer by just entering in the ip address of that computer…I'm not sure about other OS's, but Windows XP has the remote desktop access feature…

anywho, does anyone know if it could be done?


richohealey's Avatar
Python Ninja
0 0

hey man, yeah i think that would be possible. you're problem would be that the PC would have to be one that you own, since i don't know of a way to hide a python program. if you want to use it as a rooting tool, you'd want to write it in C++ which is the language i would use. It would certainly be possible, but the code would have to be extremely tight ofr it to work even remotely quickly. also, since you asked me for help with the basics not that long ago, i presume you're not very familiar with python, and this is by no means a beginners project.

hope that has helped

Richo


ghost's Avatar
0 0

thanks for the answer rich…and I know C++ as well…

also, I wasn't planning on doing it individually or even right now…I just wanted to know if it was possible…

and would it be easier in C++ ?


richohealey's Avatar
Python Ninja
0 0

i believe so. i haven't given it a whole lot of thought. I can thik straight away how i'd do it in python, but it would be quicker and beter in C++.


ghost's Avatar
0 0

good to know, thanks a lot! :D