Files
CyberStrikeAI/tools/dalfox.yaml
2026-03-11 19:47:43 +08:00

72 lines
1.8 KiB
YAML
Raw Permalink 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: "dalfox"
command: "dalfox"
# dalfox v2+ 使用子命令,单目标模式为 `dalfox url <target>`,不再支持根级的 -u
args:
- "url"
enabled: true
short_description: "高级XSS漏洞扫描器"
description: |
Dalfox是一个高级XSS漏洞扫描器支持多种XSS检测技术。
**主要功能:**
- XSS漏洞检测
- 盲XSS测试
- DOM挖掘
- 字典挖掘
**使用场景:**
- XSS漏洞测试
- Web应用安全测试
- Bug bounty侦察
- 安全测试
parameters:
- name: "url"
type: "string"
description: |
目标URL。dalfox 单目标模式为子命令 url此处作为 url 后的第一个位置参数传入。
示例等价 CLIdalfox url "http://target/page?q=test"
required: true
position: 0
format: "positional"
- name: "pipe_mode"
type: "bool"
description: "使用管道模式输入"
required: false
flag: "--pipe"
format: "flag"
default: false
- name: "blind"
type: "string"
description: "盲XSS回调地址例如Burp Collaborator URL"
required: false
flag: "--blind"
format: "flag"
- name: "mining_dom"
type: "bool"
description: "启用DOM挖掘"
required: false
flag: "--mining-dom"
format: "flag"
default: true
- name: "mining_dict"
type: "bool"
description: "启用字典挖掘"
required: false
flag: "--mining-dict"
format: "flag"
default: true
- name: "additional_args"
type: "string"
description: |
额外的dalfox参数。用于传递未在参数列表中定义的dalfox选项。
**示例值:**
- 根据工具特性添加常用参数示例
**注意事项:**
- 多个参数用空格分隔
- 确保参数格式正确,避免命令注入
- 此参数会直接追加到命令末尾
required: false
format: "positional"