citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.69k stars 546 forks source link

VNC Screenshot Script #4

Closed ChrisTruncer closed 9 years ago

ChrisTruncer commented 10 years ago

Hi!

So you added in the RDP screenshot, and that works perfect. You had mentioned you could also create a VNC screenshot script. Could you please create that?

Thanks!

citronneur commented 10 years ago

Hi!

It's done in rdpy-vncscreenshot. In opposite of rdp, authentication may start before first update, so this binary work with None security set on vncserver. But i add vnc password support for script if you want to try some classic password (admin, machine name, firm name, etc ...).

Sylvain.

ChrisTruncer commented 9 years ago

Sorry it took a little while to respond, I just got the chance to test the script out. It works perfectly!

Thank you very much for adding this feature in, I really appreciate it!