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

37 lines
704 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: "wfuzz"
command: "wfuzz"
enabled: true
short_description: "Web应用模糊测试工具"
description: |
Wfuzz是一个Web应用模糊测试工具用于发现Web应用中的漏洞。
**主要功能:**
- Web应用模糊测试
- 参数发现
- 目录发现
- 多种过滤器
**使用场景:**
- Web应用安全测试
- 参数模糊测试
- 目录枚举
- 漏洞发现
parameters:
- name: "url"
type: "string"
description: "目标URL使用FUZZ作为占位符"
required: true
flag: "-u"
format: "flag"
- name: "wordlist"
type: "string"
description: "字典文件路径"
required: false
flag: "-w"
format: "flag"