search_strings
Find readable strings in all loaded modules and auto-categorize them into URLs, paths, registry, APIs, and other to uncover IOCs and hardcoded references.
Instructions
Find readable strings in ALL loaded modules, AUTO-CATEGORIZED into urls/paths/registry/apis/other. Great for IOCs and hardcoded URLs/paths. May be slow on large processes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_length | No | Lower = more matches but more noise. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |