exploration_quick
Performs a 6-stage automatic exploration of a target URL in a browser sandbox, extracting endpoints, technology stack, routes, and forms, then aggregating results into a report.
Instructions
【探索模式】对目标 URL 执行 6 阶段前端浅层自动探索:导航快照→端点提取→技术栈指纹→路由发现→表单检测→报告聚合。纯浏览器沙箱内完成,无需后端权限。发现高价值线索时自动提示 Pro/Team 升级路径。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | target 的别名,要探索的目标页面 URL | |
| mode | No | 探索模式:basic=仅结构快照 full=完整6阶段。默认 full | full |
| depth | No | 探索深度:1=快速(仅导航+基本信息) 2=标准(含端点提取+路由) 3=深度(含所有阶段)。默认 2 | |
| target | No | 要探索的目标页面 URL,如 https://example.com |