add_experience
Store a penetration testing experience in your knowledge base by saving its title, details, scenario tags, payloads, and tool code as a draft or approved entry.
Instructions
往经验库中新增一条渗透测试经验。 参数: title: 经验标题,如 'Nginx 403 绕过' detail: 详细描述,包括漏洞类型、利用过程、关键payload等 scenario_tags: 场景标签列表(可选),如 ['WAF绕过', 'SQL注入'] tool_code: 利用/工具代码(可选) tool_type: 工具类型(可选),如 'sqlmap'、'burp' status: 'draft'(存为待审批草稿,默认)或 'approved'(直接入库)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| detail | Yes | ||
| status | No | draft | |
| tool_code | No | ||
| tool_type | No | ||
| scenario_tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |