extract_from_flow
Extract targeted data from captured HTTP/HTTPS traffic by applying JSONPath or CSS selectors to response bodies. Simplify analysis of web requests and responses.
Instructions
Extract specific data from a flow's response body using JSONPath or CSS selectors. Args: flow_id: The ID of the captured flow json_path: A JSONPath expression to extract data from a JSON response css_selector: A CSS selector to extract data from an HTML/XML response
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flow_id | Yes | ||
| json_path | No | ||
| css_selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |