burp_send_to_burp
Queue HTTP requests to Burp Repeater, add scan issues with title and severity, or write log messages to Burp console.
Instructions
Queue an action for execution in Burp Suite. The next time the Burp plugin polls, it will execute the action. Supports: send_to_repeater (open Repeater tab with a request), add_scan_issue (add scan issue to Burp), console_log (write to Burp output tab).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Finding URL (required for add_scan_issue) | |
| host | No | Target host (required for send_to_repeater) | |
| port | No | Target port (required for send_to_repeater, e.g. 443) | |
| type | Yes | Action type: send_to_repeater opens a Repeater tab; add_scan_issue adds a Scanner issue; console_log writes to Burp output | |
| https | No | Use HTTPS (required for send_to_repeater) | |
| title | No | Issue title (required for add_scan_issue) | |
| detail | No | Finding description (required for add_scan_issue) | |
| message | No | Message text (required for console_log) | |
| severity | No | Severity: Critical, High, Medium, Low, Information | |
| tab_name | No | Tab caption in Repeater (optional, for send_to_repeater) | |
| raw_request_b64 | No | Base64-encoded raw HTTP request (required for send_to_repeater) |