DLP Tester

Accepts inputs. Stores nothing.

This page posts text and file uploads to /submit. The server reads the request, discards it, and replies with a simple success message so you can test DLP behavior safely.

Upload File

DLP Response

Waiting for a request...

Quick Curl Test

curl -i -X POST https://test.yggsec.com/submit \
  -F "notes=sample dlp text" \
  -F "upload=@/path/to/sample.txt"