mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-08-16 16:10:21 +02:00
Add files via upload
This commit is contained in:
+8
-3
@@ -1,5 +1,8 @@
|
|||||||
name: "dalfox"
|
name: "dalfox"
|
||||||
command: "dalfox"
|
command: "dalfox"
|
||||||
|
# dalfox v2+ 使用子命令,单目标模式为 `dalfox url <target>`,不再支持根级的 -u
|
||||||
|
args:
|
||||||
|
- "url"
|
||||||
enabled: true
|
enabled: true
|
||||||
short_description: "高级XSS漏洞扫描器"
|
short_description: "高级XSS漏洞扫描器"
|
||||||
description: |
|
description: |
|
||||||
@@ -19,10 +22,12 @@ description: |
|
|||||||
parameters:
|
parameters:
|
||||||
- name: "url"
|
- name: "url"
|
||||||
type: "string"
|
type: "string"
|
||||||
description: "目标URL"
|
description: |
|
||||||
|
目标URL。dalfox 单目标模式为子命令 url,此处作为 url 后的第一个位置参数传入。
|
||||||
|
示例等价 CLI:dalfox url "http://target/page?q=test"
|
||||||
required: true
|
required: true
|
||||||
flag: "-u"
|
position: 0
|
||||||
format: "flag"
|
format: "positional"
|
||||||
- name: "pipe_mode"
|
- name: "pipe_mode"
|
||||||
type: "bool"
|
type: "bool"
|
||||||
description: "使用管道模式输入"
|
description: "使用管道模式输入"
|
||||||
|
|||||||
Reference in New Issue
Block a user