Files
CyberStrikeAI/tools/qsreplace.yaml
2025-11-08 22:57:03 +08:00

34 lines
662 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "qsreplace"
command: "qsreplace"
enabled: true
short_description: "查询字符串参数替换工具"
description: |
Qsreplace是一个用于替换URL中查询字符串参数的工具常用于模糊测试。
**主要功能:**
- 参数替换
- 批量处理
- 多种替换模式
- 快速处理
**使用场景:**
- 参数模糊测试
- URL处理
- 工具链集成
- 安全测试
parameters:
- name: "urls"
type: "string"
description: "要处理的URL每行一个"
required: true
- name: "replacement"
type: "string"
description: "替换字符串"
required: false
default: "FUZZ"