Description
Generates an HTML smuggling page that auto-downloads a binary payload via JavaScript Blob URL.
Overview
Generates an HTML page that assembles a payload binary in the browser and auto-triggers a download. The binary is never traversed as a file over the network, bypassing email gateway inspection.
Parameters
| Name | Type | Description |
|---|---|---|
| SourcePipeline | string | Name or ID of the pipeline that produces the binary to embed. |
| FileName | string | Filename shown in the browser download prompt. |
| Title | string | Page title. Default: Loading… |
