search_response_body
Search captured network response bodies for specific keywords to analyze web application behavior and identify relevant data patterns during reverse engineering sessions.
Instructions
Search for a keyword across all captured response bodies.
Requires start_network_capture(capture_body=True) to have been called first.
Args: keyword: Substring to search for in response bodies (case-insensitive). url_filter: Optional URL substring to narrow the search scope. max_results: Maximum matches to return (default 20).
Returns: dict with matches (request id, url, context around match) and total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| url_filter | No | ||
| max_results | No |