IMcPwn

Results 11 comments of IMcPwn

Confirmed, the reason for this is unknown.

Commit b1154309c38293bdc4359ad31d0f9c9261ca4011 added file download.

Commit 74b6a932cd616c0ba1a2b33df8bffc5a957882d6 added file creation. Direct file upload is impossible without reworking the module system.

Commit df64cb0cf498ea73c378d989d8054dda5e457dca may be incorrect.

Commit e15f555aa28911b763b47ed92fb4b10c44830e9f disabled uglify until a solution is found.

I think the only easy way to do this is just to add files in the directory along with normal commands to the autocomplete.

This may be used to add more node modules to the client after deployment.

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!

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](https://github.com/IMcPwn/browser-backdoor/blob/master/server/modules/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...