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

Question: Do you have a donation link? #11

Open aptalca opened 4 years ago

aptalca commented 4 years ago

Hi, I'm one of the linuxserver.io team members. We publish and maintain a variety of docker containers and have over 9 Billion pulls on Docker Hub. Here's a list of our currently maintained images: https://fleet.linuxserver.io/

We recently came across your project and several team members got very excited. It is very cool and we love the simplicity.

We're thinking about publishing a multi-arch docker image for pwndrop and were wondering if you have a donation link. If so, please let us know and we'll display it in the Github Sponsor button, as well as the container logs.

Anyways, here's the link to the proof of concept image (currently x86 only for testing): https://github.com/linuxserver/docker-pwndrop/tree/initial The dev image is pushed to docker hub at lsiodev/pwndrop

EDIT: since opening this issue we switched to multi-arch images and support x86_64, arm32v7 and arm64v8

kgretzky commented 4 years ago

Hello!

It would be an honor for me to have pwndrop included in your project. I'm happy that you like it so much!

I've just updated the Github sponsor links. Please find the button at the top of the project page.

If you need any other information from me directly, please contact me via email: kuba@breakdev.org

aptalca commented 4 years ago

Excellent. Added the links and published the image: https://github.com/linuxserver/docker-pwndrop https://hub.docker.com/r/linuxserver/pwndrop

The main changes we had to implement were

Keep up the good work