pwndrop

Self-deployable file hosting service for red teamers, allowing to easily upload and share payloads over HTTP and WebDAV.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  filebrowser:
    image: filebrowser/filebrowser
    volumes:
      - /path/to/root:/srv
      - /path/filebrowser.db:/database.db
      - /path/.filebrowser.json:/.filebrowser.json
    ports:
      - 8080:80
    restart: unless-stopped  

Resources

Website: https://breakdev.org/pwndrop/

GitHub: https://github.com/kgretzky/pwndrop

Docker Hub: https://hub.docker.com/r/linuxserver/pwndrop

Configuration: https://github.com/linuxserver/docker-pwndrop