browser-backdoor icon indicating copy to clipboard operation
browser-backdoor copied to clipboard

VNC module

Open jimthedev opened this issue 9 years ago • 4 comments

Can we string a couple diffs of the screenshots together to get vnc like functionality?

jimthedev avatar Jun 08 '16 00:06 jimthedev

First, a feature to automatically convert the data URL of the screenshot to a png will be required.

This is a good idea though, I'm all for it!

IMcPwn avatar Jun 08 '16 00:06 IMcPwn

Ok cool. I'll look at that first. We may be able to use something like gifshot or vnc over gif to string the images together.

jimthedev avatar Jun 08 '16 00:06 jimthedev

Sounds great. I'm currently working on improving the module system #8 and adding logging #21.

After I finish those I can help on this if you need any!

IMcPwn avatar Jun 08 '16 00:06 IMcPwn

Also,

Take a look at how the current screenshot.js works. Once you run the module and get the bb-result*.txt, to get an image, remove everything behind the comma, then base64 decode the result. You get PNG screenshot at maximum resolution!

For this module though, I think the determineScreenShotSize() function should be updated to take lower quality images so they can be sent faster for a more "video" like experience.

IMcPwn avatar Jun 08 '16 01:06 IMcPwn