callback_list
Retrieve recent captured callbacks filtered by HTTP or DNS type, with a configurable limit for focused analysis.
Instructions
List captured callbacks from the local catcher.
Returns the most recent callbacks, newest first. Filter by type to see only HTTP requests or DNS queries.
Args: limit: Maximum number of entries to return (default 50). callback_type: Filter by 'http', 'dns', or 'all' (default 'all').
Returns: List of callback entries with timestamps, source IPs, request details, and bodies.
Example: callback_list() callback_list(limit=10, callback_type='dns')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| callback_type | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |