Upload videos, PDFs, images, or any file to poison the Cloudflare cache.
Upload videos, PDFs, images, or any file to poison the cache
Max file size: Limited by Cloudflare Workers (typically ~100MB)
Name:
Size:
Type:
# Upload video file
curl -X POST -F "file=@video.mp4" \
"https://YOUR-SITE.pages.dev/poison-upload"
# Upload PDF file
curl -X POST -F "file=@document.pdf" \
"https://YOUR-SITE.pages.dev/poison-upload"
# Upload with custom filename
curl -X POST -F "file=@malware.exe" \
"https://YOUR-SITE.pages.dev/poison-upload?name=setup.exe"