download_object
Retrieve raw content of exportable objects, TLS session keys, or RTP audio streams from PCAP files. Returns base64-encoded data with MIME type and original filename.
Instructions
Download the raw content of an exportable object, TLS secrets, or RTP audio.
Tokens come from:
export_objects → "eo:http_0", "eo:imf_0", etc.
TLS session keys → "ssl-secrets" (NSS Key Log format, if embedded)
RTP audio stream → "rtp:<src_ip>_<src_port>_<dst_ip>_<dst_port>_<ssrc>"
Content is returned base64-encoded under the data key along with
the MIME type and original filename where available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| token | Yes |