browser-backdoor
                                
                                 browser-backdoor copied to clipboard
                                
                                    browser-backdoor copied to clipboard
                            
                            
                            
                        VNC module
Can we string a couple diffs of the screenshots together to get vnc like functionality?
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!
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.
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!
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.