Is there a windows api function to enable Remote desktop?

Hello guys

I wonder if there is a function in any windows dll that enable Remote Desktop service on the machine ?

Thanks

Try enabling it via the Registry. You can edit the registry with ordinary windows shell commands.

thanks for ur replay .My problem is I got small space in buffer over flow an when writing shellcode that use registry, it will end up taking to much space .

Use a stager then, have it pull down and execute your larger shellcode remotely. This is the less stealthy way, but if you want execute a lot of code then that is the way.

Or if you just want to enable RDP, try this. Exactly how much space in the buffer is there?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.