search_flows
Search captured network flows by keyword to find which request or response contained a specific value. Supports regex and scoping to URL, headers, or body.
Instructions
Full-text search across flows: "which request carried or returned this value?"
This is the usual entry point for reverse-engineering an API. Take a distinctive value visible in the page (an order number, a username, a token) and search for it to find the endpoint that produced it.
scope = all | url | headers | body. With regex=True the keyword is a regular expression, e.g. "sign=[a-f0-9]{32}". Scans backwards from the newest flow, at most max_scan flows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| regex | No | ||
| scope | No | all | |
| keyword | Yes | ||
| max_scan | No | ||
| include_assets | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |