burp_endpoints
List unique endpoints from Burp traffic with method, path, parameters, and hit counts to reveal attack surface.
Instructions
List unique endpoints (METHOD + path) observed from Burp traffic, with query/body parameter names and hit counts. Helps identify attack surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Filter to a single HTTP method | |
| url_contains | No | Filter to endpoints whose URL contains this substring |