FileShot.io is a privacy-first file sharing tool that could be a useful addition for ethical hackers and security researchers who need to share files without exposing content to the file host.
Why it fits:
- Files are encrypted in-browser with AES-256-GCM before any upload — server stores only ciphertext
- Decryption key lives in the URL fragment only (never sent to server, not logged)
- No account required for either party
- MIT open source / self-hostable: https://github.com/FileShot/FileShotZKE
Link: https://fileshot.io
Good for sharing PoC files, vulnerability reports, or sensitive evidence with clients/colleagues while maintaining zero-knowledge guarantees.