gabemarshall / Brosec

Brosec - An interactive reference tool to help security professionals utilize useful payloads and commands.
354 stars 89 forks source link

Feature: Add basic upload functionality to bros http #14

Closed doyler closed 8 years ago

doyler commented 8 years ago

I notice that HTTP is occasionally the only (easy) outgoing method that I have on some engagements. It would be nice if the bros http server supported a very basic multipart/form-data with file picking functionality for exfiltration purposes.

While this isn't supported out of the box by SimpleHTTPServer by default, here is an example - https://gist.github.com/3346170

Node specific references: https://howtonode.org/really-simple-file-uploads https://github.com/expressjs/multer

gabemarshall commented 8 years ago

Thank you! Great idea.

gabemarshall commented 8 years ago

Thanks again, /upload now exists in bros v1.2.0