kgretzky / pwndrop

Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.
https://breakdev.org/pwndrop
GNU General Public License v3.0
2.02k stars 259 forks source link

Feature request: Payload Encryption/Transformation #1

Open v-p-b opened 4 years ago

v-p-b commented 4 years ago

Creating encrypted/encoded payloads to get through filtering proxies can be daunting. It would be nice if the server could do this by itself, preferably even providing matching decoder stubs (PS, certutil, etc.) when possible.

kgretzky commented 4 years ago

Thanks man! Will definitely think about this.