sitemap
Build a structured sitemap from Burp proxy history by grouping entries by host, path, and method. Counts occurrences and returns a tree-style JSON. Use host_filter regex to scope to specific target.
Instructions
Build a sitemap from Burp proxy history (no upstream Target tool exists).
Groups entries by (host, path, method) and counts occurrences. Returns
a tree-style JSON: { host: { method: [{path, count, last_status}] } }.
Use host_filter (regex) to scope to a specific target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_filter | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |