dedup_to_repeater
Sends a deduplicated HTTP request to Burp Repeater with optional overrides for method, path, headers, and body. Rebuilds wire format from baseline while allowing targeted modifications.
Instructions
Send a dedup entry to Burp Repeater, with optional structured overrides.
The dedup entry is the baseline (cookies, UA, etc. inherited). The
wrapper rebuilds the wire format and pushes it via Burp's
create_repeater_tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| index | Yes | ||
| tab_name | No | ||
| method | No | ||
| path | No | ||
| set_headers | No | ||
| remove_headers | No | ||
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |