asset_endpoint_probe
Probes 20+ common API endpoints to identify accessible resources, status codes, and response sizes. Supports categories like auth, user, order, config, admin, and system.
Instructions
开源版端点主动探测:对常见的 20+ 通用端点进行主动 GET/HEAD 请求探测,识别可访问的端点、返回状态码、响应大小等信息。探测列表涵盖认证、用户、订单、配置等常见业务模块。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | 探测方法:HEAD 更快但可能被拦截;GET 更可靠 | HEAD |
| timeout | No | 单个请求超时时间(毫秒) | |
| basePath | No | API 基础路径 | /api |
| includeHidden | No | 是否包含隐藏端点(如 .env, /admin, /backup 等) | |
| maxConcurrent | No | 最大并发请求数 | |
| customEndpoints | No | 自定义探测端点列表 | |
| probeCategories | No | 探测类别:auth=认证相关;user=用户相关;order=订单相关;config=配置相关;admin=管理端;system=系统相关;all=全部 |