mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-04-21 18:26:38 +02:00
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
name: "uro"
|
|
command: "uro"
|
|
enabled: true
|
|
|
|
short_description: "URL过滤工具,用于过滤相似的URL"
|
|
|
|
description: |
|
|
Uro是一个URL过滤工具,用于过滤掉相似的URL,去除重复项。
|
|
|
|
**主要功能:**
|
|
- URL去重
|
|
- 相似URL过滤
|
|
- 白名单/黑名单支持
|
|
- 快速处理
|
|
|
|
**使用场景:**
|
|
- URL去重
|
|
- 结果过滤
|
|
- 数据清理
|
|
- 工具链集成
|
|
|
|
parameters:
|
|
- name: "urls"
|
|
type: "string"
|
|
description: "要过滤的URL(每行一个)"
|
|
required: true
|
|
|
|
- name: "whitelist"
|
|
type: "string"
|
|
description: "白名单模式"
|
|
required: false
|
|
|
|
- name: "blacklist"
|
|
type: "string"
|
|
description: "黑名单模式"
|
|
required: false
|
|
|
|
- name: "additional_args"
|
|
type: "string"
|
|
description: |
|
|
额外的uro参数。用于传递未在参数列表中定义的uro选项。
|
|
|
|
**示例值:**
|
|
- 根据工具特性添加常用参数示例
|
|
|
|
**注意事项:**
|
|
- 多个参数用空格分隔
|
|
- 确保参数格式正确,避免命令注入
|
|
- 此参数会直接追加到命令末尾
|
|
required: false
|
|
format: "positional" |