asset_endpoint_enum
Enumerates API endpoints by analyzing network activity logs and static code from JavaScript bundles, outputting candidate endpoints, method guesses, and source confidence.
Instructions
开源版浅层 API 端点枚举:结合 network 日志(真实调用过的端点)与 DOM/内联脚本/外部 JS bundle 静态解析(fetch/axios/REST 路径),输出候选 API 端点、方法猜测与来源置信度。仅做被动分析,不做参数 Fuzz 或越权探测。需要先 browser_open 打开页面。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxScripts | No | 最多抓取解析的外部 JS bundle 数量(上限 30),用于控制耗时 |