repeater_from_history
Clone a Burp proxy history entry into Repeater with optional overrides for method, path, headers, and body to test modified requests.
Instructions
Send a request to Burp Repeater, built from a history baseline plus optional structured overrides.
The baseline contributes Host, cookies, auth, UA, etc. so the resulting request is always complete. Overrides modify only what you specify.
Args: history_id: id of the proxy history entry to clone tab_name: optional Repeater tab label method/path/body: override the corresponding field set_headers: replace or add these headers (case-insensitive) remove_headers: header names to delete page_size: how many recent history entries to scan to find the id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| history_id | Yes | ||
| tab_name | No | ||
| method | No | ||
| path | No | ||
| set_headers | No | ||
| remove_headers | No | ||
| body | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |