save_script
Download JavaScript files from web pages to local storage for analysis and debugging in reverse engineering workflows.
Instructions
Download a JavaScript file from the page and save it to a local path.
Args: url: URL of the script to download. save_path: Local file path to save the script to.
Returns: dict with status, save path, and file size in bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| save_path | Yes |