search_code_in_script
Search for specific keywords within a single script file to locate code segments for analysis or debugging during reverse engineering tasks.
Instructions
Search for a keyword within a specific script file.
More targeted than search_code — avoids scanning all scripts and provides more results from the target script.
Args: script_url: URL of the script to search in. Use "inline:" for inline scripts. keyword: The keyword to search for (case-sensitive substring match). max_results: Maximum number of matches (default 100).
Returns: dict with matches list, total_matches count, and script info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_url | Yes | ||
| keyword | Yes | ||
| max_results | No |