[GH-ISSUE #83] FileShot.io – zero-knowledge encrypted file sharing for PoC, screenshots, and evidence #1007

Closed
opened 2026-06-03 15:46:36 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @FileShot on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/vavkamil/awesome-bugbounty-tools/issues/83

Bug bounty researchers often need to share sensitive artifacts with program teams: PoC files, screenshots, HTTP logs, video captures. FileShot.io does this without storing anything in plaintext on the server.

How it works:

  • Upload any file — AES-256-GCM encryption happens in the browser before upload
  • Decryption key lives only in the URL fragment — the server is completely blind to file contents
  • Share the link with the program; they open it and the file decrypts locally
  • No account required, links expire

Why it matters for bug bounty: sensitive auth tokens, session data, or internal endpoints in your PoC aren't sitting on a third-party server in plaintext.

Open source MIT: https://github.com/FileShot/FileShotZKE
Live: https://fileshot.io

Originally created by @FileShot on GitHub (Mar 3, 2026). Original GitHub issue: https://github.com/vavkamil/awesome-bugbounty-tools/issues/83 Bug bounty researchers often need to share sensitive artifacts with program teams: PoC files, screenshots, HTTP logs, video captures. FileShot.io does this without storing anything in plaintext on the server. How it works: - Upload any file — AES-256-GCM encryption happens in the browser before upload - Decryption key lives only in the URL fragment — the server is completely blind to file contents - Share the link with the program; they open it and the file decrypts locally - No account required, links expire Why it matters for bug bounty: sensitive auth tokens, session data, or internal endpoints in your PoC aren't sitting on a third-party server in plaintext. Open source MIT: https://github.com/FileShot/FileShotZKE Live: https://fileshot.io
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-bugbounty-tools#1007